Searched refs:GetMethodFromFunction (Results 1 – 15 of 15) sorted by relevance
303 GateRef method = GetMethodFromFunction(curFunc); in GenerateCircuit()319 GateRef curMethod = GetMethodFromFunction(curFunc); in GenerateCircuit()348 GateRef method = GetMethodFromFunction(func); in GenerateCircuit()363 GateRef method = GetMethodFromFunction(func); in GenerateCircuit()552 GateRef curMethod = GetMethodFromFunction(GetFunctionFromFrame(frame)); in GenerateCircuit()751 GateRef curMethod = GetMethodFromFunction(curFunc); in GenerateCircuit()812 GateRef curMethod = GetMethodFromFunction(curFunc); in GenerateCircuit()845 GateRef curMethod = GetMethodFromFunction(curFunc); in GenerateCircuit()873 GateRef method = GetMethodFromFunction(curFunc); in GenerateCircuit()892 GateRef method = GetMethodFromFunction(curFunc); in GenerateCircuit()[all …]
210 GateRef method = GetMethodFromFunction(function); in GetNewTarget()
238 GateRef method = GetMethodFromFunction(function); in GetNewTarget()
380 GateRef method = GetMethodFromFunction(ctor); in IsBase()391 GateRef method = GetMethodFromFunction(ctor); in IsDerived()402 GateRef method = GetMethodFromFunction(func); in GetMethodId()412 GateRef method = GetMethodFromFunction(func); in GetBuiltinsId()
547 GateRef CircuitBuilder::GetMethodFromFunction(GateRef function) in GetMethodFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder578 GateRef method = GetMethodFromFunction(jsFunc); in GetConstPoolFromFunction()
136 GateRef method = GetMethodFromFunction(value); in CloneJSFunction()1120 …BRANCH(IsSendableFunction(GetMethodFromFunction(result->ReadVariable())), &isSendableFunc, &isNotS… in NewJSFunction()2043 GateRef method = GetMethodFromFunction(jsFunc); in CreateArrayWithBuffer()
267 GateRef method = GetMethodFromFunction(function); in GetNewTarget()
954 GateRef method = GetMethodFromFunction(func); in GenerateCircuit()
295 GateRef GetMethodFromFunction(GateRef function);
3201 inline GateRef StubBuilder::GetMethodFromFunction(GateRef function) in GetMethodFromFunction() function3203 return env_->GetBuilder()->GetMethodFromFunction(function); in GetMethodFromFunction()
802 GateRef GetMethodFromFunction(GateRef function);
1482 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSCallTargetTypeCheck()1498 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSFastCallTargetTypeCheck()
1893 GateRef method = builder_.GetMethodFromFunction(args[1]); in LowerFastSuperCall()3459 GateRef method = builder_.GetMethodFromFunction(func); in LowerFastCall()
4871 … BRANCH(IsSendableFunction(GetMethodFromFunction(result)), &isSendableFunc, &isNotSendableFunc); in DECLARE_ASM_HANDLER()4924 … BRANCH(IsSendableFunction(GetMethodFromFunction(result)), &isSendableFunc, &isNotSendableFunc); in DECLARE_ASM_HANDLER()
185 virtual MethodPtr GetMethodFromFunction([[maybe_unused]] uintptr_t function) const in GetMethodFromFunction() function