Searched refs:JudgeAotAndFastCall (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_stub_builder.cpp | 217 BRANCH(JudgeAotAndFastCall(func_, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), &methodIsFastCall,
in JSCallJSFunction() 225 BRANCH(JudgeAotAndFastCall(func_, CircuitBuilder::JudgeMethodType::HAS_AOT), &methodisAot,
in JSCallJSFunction()
|
H A D | mcr_circuit_builder.h | 309 inline GateRef CircuitBuilder::JudgeAotAndFastCall(GateRef jsFunc, JudgeMethodType type) in JudgeAotAndFastCall() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | slowpath_lowering.cpp | 1839 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 D | common_stubs.cpp | 970 BRANCH(JudgeAotAndFastCall(func, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), in GenerateCircuit()
|
H A D | stub_builder-inl.h | 3464 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 D | circuit_builder.h | 656 inline GateRef JudgeAotAndFastCall(GateRef jsFunc, JudgeMethodType type);
|
H A D | stub_builder.h | 938 GateRef JudgeAotAndFastCall(GateRef jsFunc, CircuitBuilder::JudgeMethodType type);
|
Completed in 25 milliseconds