Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp1829 Label callFastBuiltin;
1840 __ Tbnz(callFieldRegister, MethodLiteral::IsFastBuiltinBit::START_BIT, &callFastBuiltin);
1857 __ Bind(&callFastBuiltin);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp932 Label callFastBuiltin; in CallNativeEntry() local
942 __ Jb(&callFastBuiltin); in CallNativeEntry()
962 __ Bind(&callFastBuiltin); in CallNativeEntry()

Completed in 7 milliseconds