Searched refs:GetMethodFromFunction (Results 1 – 13 of 13) sorted by relevance
226 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()
218 GateRef method = builder_.GetMethodFromFunction(jsFunc); in LowerStoreModuleVar()298 GateRef method = builder_.GetMethodFromFunction(jsFunc); in LowerLdLocalModuleVar()
528 GateRef CircuitBuilder::GetMethodFromFunction(GateRef function) in GetMethodFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder536 GateRef method = GetMethodFromFunction(function); in GetModuleFromFunction()549 GateRef method = GetMethodFromFunction(jsFunc); in GetConstPoolFromFunction()
797 GateRef method = GetMethodFromFunction(func); in GenerateCircuit()896 GateRef meth = GetMethodFromFunction(target); in GenerateCircuit()949 GateRef meth = GetMethodFromFunction(method); in GenerateCircuit()
231 GateRef method = GetMethodFromFunction(function); in GetNewTarget()279 GateRef method = GetMethodFromFunction(function); in GetModuleFromFunction()
263 GateRef method = GetMethodFromFunction(jsFunc); in JudgeAotAndFastCall()
2645 inline GateRef StubBuilder::GetMethodFromFunction(GateRef function) in GetMethodFromFunction() function2647 return env_->GetBuilder()->GetMethodFromFunction(function); in GetMethodFromFunction()2992 GateRef method = GetMethodFromFunction(jsFunc); in GetProfileTypeInfo()
2939 GateRef method = builder_.GetMethodFromFunction(func); in LowerFastCall()3027 GateRef method = builder_.GetMethodFromFunction(func); in LowerTypedCall()3045 GateRef method = builder_.GetMethodFromFunction(func); in LowerTypedFastCall()
250 GateRef GetMethodFromFunction(GateRef function);
1301 GateRef method = GetMethodFromFunction(jsFunc); in CreateArrayWithBuffer()
653 GateRef GetMethodFromFunction(GateRef function);
1389 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSCallTargetTypeCheck()1415 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSFastCallTargetTypeCheck()
186 virtual MethodPtr GetMethodFromFunction([[maybe_unused]] uintptr_t function) const in GetMethodFromFunction() function