Home
last modified time | relevance | path

Searched defs:call0 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/dyn_call/
Dcall_dynamic.cpp122 auto call0 = g_dynG->iCreateCallarg0(graph, func); in TransformIrCallarg0() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/dyn_call_this/
Dcall_this_dynamic.cpp139 auto call0 = g_dynG->iCreateCallthis0(graph, func, obj); in TransformIrCallThisarg0() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/super_this/
Dsuper_this_modify.cpp372 AbckitInst *call0 = helpers::FindFirstInst(graph, ABCKIT_ISA_API_DYNAMIC_OPCODE_CALLTHIS0); in LdByNameTest() local
485 AbckitInst *call0 = helpers::FindFirstInst(graph, ABCKIT_ISA_API_DYNAMIC_OPCODE_CALLTHIS0); in LdByValueTest() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dliveness_analyzer_test.cpp946 auto call0 = la.GetInstLifeIntervals(&INS(2U)); in TEST_F() local
Dreg_alloc_linear_scan_test.cpp1020 auto call0 = (&INS(3U))->CastToCallStatic(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp204 Label call0(env); in PrototypeCall() local