Home
last modified time | relevance | path

Searched refs:fastPathEntry (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp151 Label fastPathEntry; in JSCallCommonEntry() local
160 __ Bind(&fastPathEntry); in JSCallCommonEntry()
165 JSCallCommonSlowPath(assembler, mode, &fastPathEntry, &pushCallThis, &stackOverflow); in JSCallCommonEntry()
232 Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow) in JSCallCommonSlowPath()
267 __ B(fastPathEntry); in JSCallCommonSlowPath()
281 __ B(fastPathEntry); in JSCallCommonSlowPath()
286 __ Tbnz(callFieldRegister, MethodLiteral::HaveExtraBit::START_BIT, fastPathEntry); in JSCallCommonSlowPath()
231 JSCallCommonSlowPath(ExtendedAssembler *assembler, JSCallMode mode, Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow) JSCallCommonSlowPath() argument
H A Dcommon_call.h249 Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp303 Label fastPathEntry; in JSCallCommonEntry() local
312 __ Bind(&fastPathEntry); in JSCallCommonEntry()
317 JSCallCommonSlowPath(assembler, mode, &fastPathEntry, &pushCallThis, &stackOverflow); in JSCallCommonEntry()
476 Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow) in JSCallCommonSlowPath()
508 __ Jmp(fastPathEntry); in JSCallCommonSlowPath()
522 __ Jmp(fastPathEntry); in JSCallCommonSlowPath()
526 __ Jnz(fastPathEntry); in JSCallCommonSlowPath()
475 JSCallCommonSlowPath(ExtendedAssembler *assembler, JSCallMode mode, Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow) JSCallCommonSlowPath() argument
H A Dcommon_call.h223 Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow);

Completed in 7 milliseconds