Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.cpp208 Label methodIsFastCall(env); in JSCallJSFunction()
217 BRANCH(JudgeAotAndFastCall(func_, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), &methodIsFastCall, in JSCallJSFunction() local
219 Bind(&methodIsFastCall); in JSCallJSFunction()
H A Dcommon_stubs.cpp952 Label methodIsFastCall(env); in GenerateCircuit()
971 &methodIsFastCall, &notFastCall); in GenerateCircuit() local
972 Bind(&methodIsFastCall); in GenerateCircuit()

Completed in 5 milliseconds