Searched refs:JudgeAotAndFastCallWithMethod (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.cpp | 803 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()
|
| D | mcr_circuit_builder.h | 264 return JudgeAotAndFastCallWithMethod(method, type); in JudgeAotAndFastCall() 267 inline GateRef CircuitBuilder::JudgeAotAndFastCallWithMethod(GateRef method, JudgeMethodType type) in JudgeAotAndFastCallWithMethod() function
|
| D | circuit_builder.h | 569 inline GateRef JudgeAotAndFastCallWithMethod(GateRef method, JudgeMethodType type);
|
| D | stub_builder-inl.h | 2780 inline GateRef StubBuilder::JudgeAotAndFastCallWithMethod(GateRef method, CircuitBuilder::JudgeMeth… in JudgeAotAndFastCallWithMethod() function 2782 return env_->GetBuilder()->JudgeAotAndFastCallWithMethod(method, type); in JudgeAotAndFastCallWithMethod()
|
| D | stub_builder.h | 747 GateRef JudgeAotAndFastCallWithMethod(GateRef method, CircuitBuilder::JudgeMethodType type);
|
| D | slowpath_lowering.cpp | 2941 builder_.Branch(builder_.JudgeAotAndFastCallWithMethod(method, in LowerFastCall() 2971 …builder_.Branch(builder_.JudgeAotAndFastCallWithMethod(method, CircuitBuilder::JudgeMethodType::HA… in LowerFastCall()
|
| D | typed_hcr_lowering.cpp | 1390 GateRef isOptimized = builder_.JudgeAotAndFastCallWithMethod(funcMethodTarget, in LowerJSCallTargetTypeCheck()
|
| D | stub_builder.cpp | 6938 … Branch(JudgeAotAndFastCallWithMethod(method, CircuitBuilder::JudgeMethodType::HAS_AOT_FASTCALL), in JSCallDispatch() 7114 Branch(JudgeAotAndFastCallWithMethod(method, CircuitBuilder::JudgeMethodType::HAS_AOT), in JSCallDispatch()
|