Home
last modified time | relevance | path

Searched defs:label2 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp252 Label label2; in HWTEST_F_L0() local
322 Label label2; in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp332 Label label2 = emitter.CreateLabel(); in TestJmpFwdBwd() local
589 Label label2 = emitter.CreateLabel(); variable
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp334 Label label2 = emitter.CreateLabel(); in TestJmpFwdBwd() local
770 Label label2 = emitter.CreateLabel(); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp1448 Operand *label2 = &insn.GetOperand(kInsnNinethOpnd); in EmitCompareAndSwapInt() local
Daarch64_peep.cpp605 auto &label2 = static_cast<LabelOperand &>(bne2->GetOperand(kInsnSecondOpnd)); in CheckInsns() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp564 Label label2 = emitter.CreateLabel(); in TestTwoLabelsJmp() local
645 Label label2 = emitter.CreateLabel(); in TestTwoLabelsJmpz() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2772 …LabelIdx label2 = GetCurrentFunc()->GetOrCreateLableIdxFromName(name + std::to_string(labelIdx++)); in LowerIntrinsicMplClearStack() local