Searched refs:JSCallCommonFastPath (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | common_call.h | 211 …static void JSCallCommonFastPath(ExtendedAssembler *assembler, JSCallMode mode, Label *pushCallThi…
|
| D | asm_interpreter_call.cpp | 159 JSCallCommonFastPath(assembler, mode, &pushCallThis, &stackOverflow); in JSCallCommonEntry() 196 void AsmInterpreterCall::JSCallCommonFastPath(ExtendedAssembler *assembler, JSCallMode mode, Label … in JSCallCommonFastPath() function in panda::ecmascript::aarch64::AsmInterpreterCall
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | common_call.h | 187 …static void JSCallCommonFastPath(ExtendedAssembler *assembler, JSCallMode mode, Label *stackOverfl…
|
| D | asm_interpreter_call.cpp | 310 JSCallCommonFastPath(assembler, mode, &stackOverflow); in JSCallCommonEntry() 423 void AsmInterpreterCall::JSCallCommonFastPath(ExtendedAssembler *assembler, JSCallMode mode, Label … in JSCallCommonFastPath() function in panda::ecmascript::x64::AsmInterpreterCall
|