Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp150 Label slowPathEntry; in JSCallCommonEntry() local
159 __ B(Condition::NE, &slowPathEntry); in JSCallCommonEntry()
164 __ Bind(&slowPathEntry); in JSCallCommonEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp302 Label slowPathEntry; in JSCallCommonEntry() local
311 __ Jne(&slowPathEntry); in JSCallCommonEntry()
316 __ Bind(&slowPathEntry); in JSCallCommonEntry()

Completed in 12 milliseconds