Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp725 Label newObjectRangeReturn; in ResumeRspAndDispatch()
729 __ B(Condition::LE, &newObjectRangeReturn); in ResumeRspAndDispatch()
744 __ Bind(&newObjectRangeReturn); in ResumeRspAndDispatch()
858 Label newObjectRangeReturn;
862 __ Bind(&newObjectRangeReturn);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1148 Label newObjectRangeReturn; in ResumeRspAndDispatch() local
1150 __ Jle(&newObjectRangeReturn); in ResumeRspAndDispatch()
1169 __ Bind(&newObjectRangeReturn); in ResumeRspAndDispatch()
1358 Label newObjectRangeReturn; in ResumeRspAndReturnBaseline() local
1362 __ Bind(&newObjectRangeReturn); in ResumeRspAndReturnBaseline()

Completed in 6 milliseconds