Home
last modified time | relevance | path

Searched defs:label2 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_aarch64_test.cpp252 Label label2; in HWTEST_F_L0() local
322 Label label2; in HWTEST_F_L0() local
325 __ Tbz(Register(X2), 32, &label2); in HWTEST_F_L0() local
328 __ Cbnz(Register(X4), &label2); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp332 Label label2 = emitter.CreateLabel(); in TestJmpFwdBwd() local
589 Label label2 = emitter.CreateLabel(); in HWTEST() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp336 Label label2 = emitter.CreateLabel(); in TestJmpFwdBwd() local
772 Label label2 = emitter.CreateLabel(); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp1407 Operand *label2 = &insn.GetOperand(kInsnNinethOpnd); in EmitCompareAndSwapInt() local
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp918 std::string label2 = "third_label"; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp564 Label label2 = emitter.CreateLabel(); in TestTwoLabelsJmp() local
645 Label label2 = emitter.CreateLabel(); in TestTwoLabelsJmpz() local

Completed in 13 milliseconds