Home
last modified time | relevance | path

Searched refs:JudgeAotAndFastCallWithMethod (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp803 Branch(JudgeAotAndFastCallWithMethod(method, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), in GenerateCircuit()
900 … Branch(JudgeAotAndFastCallWithMethod(meth, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), in GenerateCircuit()
910 … Branch(JudgeAotAndFastCallWithMethod(meth, CircuitBuilder::JudgeMethodType::HAS_AOT), in GenerateCircuit()
951 … Branch(JudgeAotAndFastCallWithMethod(meth, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), in GenerateCircuit()
961 … Branch(JudgeAotAndFastCallWithMethod(meth, CircuitBuilder::JudgeMethodType::HAS_AOT), in GenerateCircuit()
Dmcr_circuit_builder.h264 return JudgeAotAndFastCallWithMethod(method, type); in JudgeAotAndFastCall()
267 inline GateRef CircuitBuilder::JudgeAotAndFastCallWithMethod(GateRef method, JudgeMethodType type) in JudgeAotAndFastCallWithMethod() function
Dcircuit_builder.h569 inline GateRef JudgeAotAndFastCallWithMethod(GateRef method, JudgeMethodType type);
Dstub_builder-inl.h2780 inline GateRef StubBuilder::JudgeAotAndFastCallWithMethod(GateRef method, CircuitBuilder::JudgeMeth… in JudgeAotAndFastCallWithMethod() function
2782 return env_->GetBuilder()->JudgeAotAndFastCallWithMethod(method, type); in JudgeAotAndFastCallWithMethod()
Dstub_builder.h747 GateRef JudgeAotAndFastCallWithMethod(GateRef method, CircuitBuilder::JudgeMethodType type);
Dslowpath_lowering.cpp2941 builder_.Branch(builder_.JudgeAotAndFastCallWithMethod(method, in LowerFastCall()
2971 …builder_.Branch(builder_.JudgeAotAndFastCallWithMethod(method, CircuitBuilder::JudgeMethodType::HA… in LowerFastCall()
Dtyped_hcr_lowering.cpp1390 GateRef isOptimized = builder_.JudgeAotAndFastCallWithMethod(funcMethodTarget, in LowerJSCallTargetTypeCheck()
Dstub_builder.cpp6938 … Branch(JudgeAotAndFastCallWithMethod(method, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), in JSCallDispatch()
7114 Branch(JudgeAotAndFastCallWithMethod(method, CircuitBuilder::JudgeMethodType::HAS_AOT), in JSCallDispatch()