Searched refs:pushCallThis (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | asm_interpreter_call.cpp | 152 Label pushCallThis; in JSCallCommonEntry() local 161 JSCallCommonFastPath(assembler, mode, &pushCallThis, &stackOverflow); in JSCallCommonEntry() 162 __ Bind(&pushCallThis); in JSCallCommonEntry() 165 JSCallCommonSlowPath(assembler, mode, &fastPathEntry, &pushCallThis, &stackOverflow); in JSCallCommonEntry() 199 void AsmInterpreterCall::JSCallCommonFastPath(ExtendedAssembler *assembler, JSCallMode mode, Label *pushCallThis, in JSCallCommonFastPath() argument 214 currentSlotRegister, pushCallThis, stackOverflow); in JSCallCommonFastPath() 232 Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow) in JSCallCommonSlowPath() 290 __ B(pushCallThis); in JSCallCommonSlowPath() 294 __ B(Condition::EQ, pushCallThis); in JSCallCommonSlowPath() 316 __ B(pushCallThis); in JSCallCommonSlowPath() 231 JSCallCommonSlowPath(ExtendedAssembler *assembler, JSCallMode mode, Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow) JSCallCommonSlowPath() argument [all...] |
H A D | common_call.h | 246 static void JSCallCommonFastPath(ExtendedAssembler *assembler, JSCallMode mode, Label *pushCallThis, 249 Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow);
|
H A D | optimized_call.cpp | 1263 Label pushCallThis; in GenJSCallWithArgV() local 1277 PushArgsWithArgv(assembler, glue, tmp, argV, op, currentSp, &pushCallThis, nullptr); in GenJSCallWithArgV() 1279 __ Bind(&pushCallThis); in GenJSCallWithArgV()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | asm_interpreter_call.cpp | 304 Label pushCallThis; in JSCallCommonEntry() local 314 __ Bind(&pushCallThis); in JSCallCommonEntry() 317 JSCallCommonSlowPath(assembler, mode, &fastPathEntry, &pushCallThis, &stackOverflow); in JSCallCommonEntry() 439 Label pushCallThis; in JSCallCommonFastPath() local 446 __ Jbe(&pushCallThis); in JSCallCommonFastPath() 455 __ Bind(&pushCallThis); in JSCallCommonFastPath() 476 Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow) in JSCallCommonSlowPath() 529 __ Jmp(pushCallThis); in JSCallCommonSlowPath() 534 __ Je(pushCallThis); in JSCallCommonSlowPath() 555 __ Jmp(pushCallThis); in JSCallCommonSlowPath() 475 JSCallCommonSlowPath(ExtendedAssembler *assembler, JSCallMode mode, Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow) JSCallCommonSlowPath() argument [all...] |
H A D | common_call.h | 94 Register actualNumArgs, Register argV, Label *pushCallThis); 223 Label *fastPathEntry, Label *pushCallThis, Label *stackOverflow);
|
H A D | optimized_call.cpp | 1130 Register actualNumArgs, Register argV, Label *pushCallThis) in PushArgsWithArgV() 1160 __ Je(pushCallThis); in PushArgsWithArgV() 1284 Label pushCallThis; in GenJSCallWithArgV() local 1294 __ Jz(&pushCallThis); in GenJSCallWithArgV() 1297 __ Bind(&pushCallThis); in GenJSCallWithArgV() 1129 PushArgsWithArgV(ExtendedAssembler *assembler, Register jsfunc, Register actualNumArgs, Register argV, Label *pushCallThis) PushArgsWithArgV() argument
|
Completed in 12 milliseconds