Home
last modified time | relevance | path

Searched refs:baselineCodeUndefined (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp1625 Label baselineCodeUndefined;
1628 __ B(Condition::EQ, &baselineCodeUndefined);
1632 __ B(Condition::EQ, &baselineCodeUndefined);
1646 __ Bind(&baselineCodeUndefined);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp722 Label baselineCodeUndefined; in PushVregs() local
724 __ Je(&baselineCodeUndefined); in PushVregs()
728 __ Je(&baselineCodeUndefined); in PushVregs()
751 __ Bind(&baselineCodeUndefined); in PushVregs()

Completed in 8 milliseconds