Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp303 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 …]
Dbaseline_stub_builder.h210 GateRef method = GetMethodFromFunction(function); in GetNewTarget()
Dbaseline_stubs-inl.h238 GateRef method = GetMethodFromFunction(function); in GetNewTarget()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h380 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()
Dcircuit_builder.cpp547 GateRef CircuitBuilder::GetMethodFromFunction(GateRef function) in GetMethodFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
578 GateRef method = GetMethodFromFunction(jsFunc); in GetConstPoolFromFunction()
Dnew_object_stub_builder.cpp136 GateRef method = GetMethodFromFunction(value); in CloneJSFunction()
1120 …BRANCH(IsSendableFunction(GetMethodFromFunction(result->ReadVariable())), &isSendableFunc, &isNotS… in NewJSFunction()
2043 GateRef method = GetMethodFromFunction(jsFunc); in CreateArrayWithBuffer()
Dinterpreter_stub-inl.h267 GateRef method = GetMethodFromFunction(function); in GetNewTarget()
Dcommon_stubs.cpp954 GateRef method = GetMethodFromFunction(func); in GenerateCircuit()
Dcircuit_builder.h295 GateRef GetMethodFromFunction(GateRef function);
Dstub_builder-inl.h3201 inline GateRef StubBuilder::GetMethodFromFunction(GateRef function) in GetMethodFromFunction() function
3203 return env_->GetBuilder()->GetMethodFromFunction(function); in GetMethodFromFunction()
Dstub_builder.h802 GateRef GetMethodFromFunction(GateRef function);
Dtyped_hcr_lowering.cpp1482 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSCallTargetTypeCheck()
1498 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSFastCallTargetTypeCheck()
Dslowpath_lowering.cpp1893 GateRef method = builder_.GetMethodFromFunction(args[1]); in LowerFastSuperCall()
3459 GateRef method = builder_.GetMethodFromFunction(func); in LowerFastCall()
Dinterpreter_stub.cpp4871 … BRANCH(IsSendableFunction(GetMethodFromFunction(result)), &isSendableFunc, &isNotSendableFunc); in DECLARE_ASM_HANDLER()
4924 … BRANCH(IsSendableFunction(GetMethodFromFunction(result)), &isSendableFunc, &isNotSendableFunc); in DECLARE_ASM_HANDLER()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h185 virtual MethodPtr GetMethodFromFunction([[maybe_unused]] uintptr_t function) const in GetMethodFromFunction() function