Definition at line 223 of file inliner.cc.
◆ InlinedInfo()
dart::InlinedInfo::InlinedInfo |
( |
const Function * |
caller_function, |
|
|
const Function * |
inlined_function, |
|
|
const intptr_t |
depth, |
|
|
const Definition * |
call, |
|
|
const char * |
reason |
|
) |
| |
|
inline |
Definition at line 229 of file inliner.cc.
234 :
caller(caller_function),
const char * bailout_reason
const Definition * call_instr
◆ bailout_reason
const char* dart::InlinedInfo::bailout_reason |
◆ call_instr
◆ caller
const Function* dart::InlinedInfo::caller |
◆ inlined
const Function* dart::InlinedInfo::inlined |
◆ inlined_depth
intptr_t dart::InlinedInfo::inlined_depth |
The documentation for this struct was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/compiler/backend/inliner.cc