Home
last modified time | relevance | path

Searched refs:JSCallCommonFastPath (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h211 …static void JSCallCommonFastPath(ExtendedAssembler *assembler, JSCallMode mode, Label *pushCallThi…
Dasm_interpreter_call.cpp159 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/
Dcommon_call.h187 …static void JSCallCommonFastPath(ExtendedAssembler *assembler, JSCallMode mode, Label *stackOverfl…
Dasm_interpreter_call.cpp310 JSCallCommonFastPath(assembler, mode, &stackOverflow); in JSCallCommonEntry()
423 void AsmInterpreterCall::JSCallCommonFastPath(ExtendedAssembler *assembler, JSCallMode mode, Label … in JSCallCommonFastPath() function in panda::ecmascript::x64::AsmInterpreterCall