Home
last modified time | relevance | path

Searched refs:JudgeAotAndFastCall (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.cpp217 BRANCH(JudgeAotAndFastCall(func_, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), &methodIsFastCall, in JSCallJSFunction()
225 BRANCH(JudgeAotAndFastCall(func_, CircuitBuilder::JudgeMethodType::HAS_AOT), &methodisAot, in JSCallJSFunction()
H A Dmcr_circuit_builder.h309 inline GateRef CircuitBuilder::JudgeAotAndFastCall(GateRef jsFunc, JudgeMethodType type) in JudgeAotAndFastCall() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dslowpath_lowering.cpp1839 return builder_.JudgeAotAndFastCall(func, type); in IsAotOrFastCall()
3414 BRANCH_CIR(builder_.JudgeAotAndFastCall(func, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), in LowerNewFastCall()
3437 BRANCH_CIR(builder_.JudgeAotAndFastCall(func, CircuitBuilder::JudgeMethodType::HAS_AOT), in LowerNewFastCall()
3498 BRANCH_CIR(builder_.JudgeAotAndFastCall(func, in LowerFastCall()
3527 BRANCH_CIR(builder_.JudgeAotAndFastCall(func, CircuitBuilder::JudgeMethodType::HAS_AOT), in LowerFastCall()
H A Dcommon_stubs.cpp970 BRANCH(JudgeAotAndFastCall(func, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), in GenerateCircuit()
H A Dstub_builder-inl.h3464 inline GateRef StubBuilder::JudgeAotAndFastCall(GateRef jsFunc, CircuitBuilder::JudgeMethodType type) in JudgeAotAndFastCall() function in panda::ecmascript::kungfu::StubBuilder
3466 return env_->GetBuilder()->JudgeAotAndFastCall(jsFunc, type); in JudgeAotAndFastCall()
H A Dcircuit_builder.h656 inline GateRef JudgeAotAndFastCall(GateRef jsFunc, JudgeMethodType type);
H A Dstub_builder.h938 GateRef JudgeAotAndFastCall(GateRef jsFunc, CircuitBuilder::JudgeMethodType type);

Completed in 25 milliseconds