Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp713 GateRef method = GetMethodFromFunction(func); in GenerateCircuit()
859 GateRef meth = GetMethodFromFunction(method); in GenerateCircuit()
Dnew_object_stub_builder.cpp541 GateRef method = GetMethodFromFunction(jsFunc); in CreateArrayWithBuffer()
Dcircuit_builder-inl.h1177 GateRef method = GetMethodFromFunction(ctor); in IsBase()
1214 GateRef method = GetMethodFromFunction(func); in GetMethodId()
Dtype_mcr_lowering.cpp992 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSCallTargetTypeCheck()
1016 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSFastCallTargetTypeCheck()
Dstub_builder-inl.h2196 inline GateRef StubBuilder::GetMethodFromFunction(GateRef function) in GetMethodFromFunction() function
2198 return env_->GetBuilder()->GetMethodFromFunction(function); in GetMethodFromFunction()
2426 GateRef method = GetMethodFromFunction(jsFunc); in GetProfileTypeInfo()
Dslowpath_lowering.cpp3025 GateRef method = builder_.GetMethodFromFunction(func); in LowerFastCall()
3058 GateRef method = builder_.GetMethodFromFunction(func); in LowerFastCall()
3110 GateRef method = builder_.GetMethodFromFunction(func); in LowerTypedCall()
3128 GateRef method = builder_.GetMethodFromFunction(func); in LowerTypedFastCall()
Dcircuit_builder.cpp1432 GateRef CircuitBuilder::GetMethodFromFunction(GateRef function) in GetMethodFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
1458 GateRef method = GetMethodFromFunction(jsFunc); in GetConstPoolFromFunction()
Dstub_builder.h556 GateRef GetMethodFromFunction(GateRef function);
Dcircuit_builder.h597 GateRef GetMethodFromFunction(GateRef function);