Home
last modified time | relevance | path

Searched defs:nextInst (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/return/
Dreturn_static.cpp61 AbckitInst *nextInst = g_implG->iGetNext(callVirt); in TransformIrCreateReturnVoidInstValid() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp119 auto nextInst = bcIns.GetNext(); in DumpBytecodeInst() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp165 auto nextInst = bcIns.GetNext(); in ProcessMethodForJIT() local
246 auto nextInst = bcIns.GetNext(); in CollectMethodPcsFromBC() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_barriers.cpp202 auto nextInst = inst->GetNext(); in GetMemInstForImplicitNullCheck() local
Dinlining.cpp239 for (auto nextInst = inst->GetNext(); nextInst != nullptr; nextInst = nextInst->GetNext()) { in GetNextParam() local
Dsimplify_string_builder.cpp183 auto nextInst = block->Insts().end(); in OptimizeStringBuilderToString() local
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Ddangling_pointers_checker.cpp540 auto nextInst = runtimeCallInst->GetNext(); in CheckUsers() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp583 auto nextInst = bcIns.GetNext(); in CollectClassInfo() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1650 auto nextInst = bcIns.GetNext(); in TranslateBytecode() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static.cpp1219 auto *nextInst = inst->graph->implToInst.at(nextInstImpl); in IgetNextStatic() local
1230 auto *nextInst = inst->graph->implToInst.at(nextInstImpl); in IgetPrevStatic() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.cpp484 auto nextInst = inst->GetNext(); in SplitBlockAfterInstruction() local