Home
last modified time | relevance | path

Searched refs:GetMethodFromFunction (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h226 GateRef method = GetMethodFromFunction(jsFunc); in CanFastCall()
357 GateRef method = GetMethodFromFunction(ctor); in IsBase()
368 GateRef method = GetMethodFromFunction(func); in GetMethodId()
378 GateRef method = GetMethodFromFunction(func); in GetBuiltinsId()
Dntype_hcr_lowering.cpp218 GateRef method = builder_.GetMethodFromFunction(jsFunc); in LowerStoreModuleVar()
298 GateRef method = builder_.GetMethodFromFunction(jsFunc); in LowerLdLocalModuleVar()
Dcircuit_builder.cpp528 GateRef CircuitBuilder::GetMethodFromFunction(GateRef function) in GetMethodFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
536 GateRef method = GetMethodFromFunction(function); in GetModuleFromFunction()
549 GateRef method = GetMethodFromFunction(jsFunc); in GetConstPoolFromFunction()
Dcommon_stubs.cpp797 GateRef method = GetMethodFromFunction(func); in GenerateCircuit()
896 GateRef meth = GetMethodFromFunction(target); in GenerateCircuit()
949 GateRef meth = GetMethodFromFunction(method); in GenerateCircuit()
Dinterpreter_stub-inl.h231 GateRef method = GetMethodFromFunction(function); in GetNewTarget()
279 GateRef method = GetMethodFromFunction(function); in GetModuleFromFunction()
Dmcr_circuit_builder.h263 GateRef method = GetMethodFromFunction(jsFunc); in JudgeAotAndFastCall()
Dstub_builder-inl.h2645 inline GateRef StubBuilder::GetMethodFromFunction(GateRef function) in GetMethodFromFunction() function
2647 return env_->GetBuilder()->GetMethodFromFunction(function); in GetMethodFromFunction()
2992 GateRef method = GetMethodFromFunction(jsFunc); in GetProfileTypeInfo()
Dslowpath_lowering.cpp2939 GateRef method = builder_.GetMethodFromFunction(func); in LowerFastCall()
3027 GateRef method = builder_.GetMethodFromFunction(func); in LowerTypedCall()
3045 GateRef method = builder_.GetMethodFromFunction(func); in LowerTypedFastCall()
Dcircuit_builder.h250 GateRef GetMethodFromFunction(GateRef function);
Dnew_object_stub_builder.cpp1301 GateRef method = GetMethodFromFunction(jsFunc); in CreateArrayWithBuffer()
Dstub_builder.h653 GateRef GetMethodFromFunction(GateRef function);
Dtyped_hcr_lowering.cpp1389 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSCallTargetTypeCheck()
1415 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSFastCallTargetTypeCheck()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h186 virtual MethodPtr GetMethodFromFunction([[maybe_unused]] uintptr_t function) const in GetMethodFromFunction() function