Home
last modified time | relevance | path

Searched refs:GetMethodClass (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/absint/
Dverification_context.h90 Type GetMethodClass() const in GetMethodClass() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h65 static Class *GetMethodClass(const Method *caller, BytecodeId methodId) in GetMethodClass() function
Dinterpreter-inl.h3718 klass = RuntimeIfaceT::GetMethodClass(this->GetFrame()->GetMethod(), methodId); in InitializeObject()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h439 …static Class *GetMethodClass([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId methodId) in GetMethodClass() function
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1295 Class *klass = interpreter::RuntimeInterface::GetMethodClass(method, BytecodeId(methodId)); in GetMethodClassById()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1775 JSHClass::Cast(thread_->GlobalConstants()->GetMethodClass().GetTaggedObject())); in NewMethod()
1778 JSHClass::Cast(thread_->GlobalConstants()->GetMethodClass().GetTaggedObject())); in NewMethod()