Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.cpp208 Label methodIsFastCall(env); in JSCallJSFunction() local
217 …H(JudgeAotAndFastCall(func_, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), &methodIsFastCall, in JSCallJSFunction()
219 Bind(&methodIsFastCall); in JSCallJSFunction()
Dcommon_stubs.cpp942 Label methodIsFastCall(env); in GenerateCircuit() local
961 &methodIsFastCall, &notFastCall); in GenerateCircuit()
962 Bind(&methodIsFastCall); in GenerateCircuit()