Home
last modified time | relevance | path

Searched defs:ResolveField (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test_resolve_field.cpp90 TEST_F(InterpreterTestResolveField, ResolveField) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h85 …static Field *ResolveField(ManagedThread *thread, const Method &caller, BytecodeId id, bool isStat… in ResolveField() function
Dinterpreter-inl.h3064 ALWAYS_INLINE Field *ResolveField(BytecodeId id) in ResolveField() function
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h310 …FieldPtr ResolveField([[maybe_unused]] MethodPtr method, size_t id, [[maybe_unused]] bool isStatic, in ResolveField() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h309 …FieldPtr ResolveField([[maybe_unused]] MethodPtr method, size_t id, [[maybe_unused]] bool isStatic, in ResolveField() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h173 …static Field *ResolveField([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] const Method &… in ResolveField() function
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp705 static Field *ResolveField(ManagedThread *thread, const Method *caller, const BytecodeInstruction &… in ResolveField() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp445 PandaRuntimeInterface::FieldPtr PandaRuntimeInterface::ResolveField(PandaRuntimeInterface::MethodPt… in ResolveField() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1153 virtual FieldPtr ResolveField([[maybe_unused]] MethodPtr method, [[maybe_unused]] size_t unused, in ResolveField() function