Searched defs:inliningDepth (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.h | 78 …der(Graph *graph, RuntimeInterface::MethodPtr method, CallInst *callerInst, uint32_t inliningDepth) in IrBuilder()
|
| D | inst_builder.cpp | 26 …der(Graph *graph, RuntimeInterface::MethodPtr method, CallInst *callerInst, uint32_t inliningDepth) in InstBuilder()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 284 uint32_t inliningDepth = 0; in GetInliningDepth() local
|
| D | inst.h | 3773 SaveStateInst(Opcode opcode, uint32_t pc, void *method, CallInst *inst, uint32_t inliningDepth) in SaveStateInst() 3858 void SetInliningDepth(uint32_t inliningDepth) in SetInliningDepth()
|