Searched defs:ResolveField (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/ |
| D | interpreter_test_resolve_field.cpp | 88 TEST_F(InterpreterTestResolveField, ResolveField) in TEST_F() argument
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | runtime_interface.h | 85 static Field *ResolveField(ManagedThread *thread, const Method &caller, BytecodeId id) in ResolveField() function
|
| D | interpreter-inl.h | 2728 ALWAYS_INLINE Field *ResolveField(BytecodeId id) in ResolveField() function
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 311 …FieldPtr ResolveField([[maybe_unused]] MethodPtr method, size_t id, [[maybe_unused]] bool allow_ex… in ResolveField() function
|
| /arkcompiler/runtime_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 157 …static Field *ResolveField([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] const Method &… in ResolveField() function
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | debugger.cpp | 674 static Field *ResolveField(ManagedThread *thread, const Method *caller, const BytecodeInstruction &… in ResolveField() function
|
| /arkcompiler/runtime_core/runtime/ |
| D | compiler.cpp | 340 PandaRuntimeInterface::FieldPtr PandaRuntimeInterface::ResolveField(PandaRuntimeInterface::MethodPt… in ResolveField() function in panda::PandaRuntimeInterface
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | cache.cpp | 470 OptionalRef<LibCache::CachedField> LibCache::CachedClass::ResolveField(LibCache::FieldHash field_ha… in ResolveField() function in panda::verifier::LibCache::CachedClass
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 752 virtual FieldPtr ResolveField([[maybe_unused]] MethodPtr method, [[maybe_unused]] size_t unused, in ResolveField() function
|