Home
last modified time | relevance | path

Searched defs:rawField (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h61 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsLdobjName() local
98 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsLdobjNameWide() local
135 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsLdobjNameObj() local
174 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsStobjName() local
211 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsStobjNameWide() local
248 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsStobjNameObj() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dcompiler_intrinsics.cpp28 Field *TryGetField(ark::Method *method, Field *rawField, uint32_t pc, ark::Class *klass) in TryGetField()
39 ark::Method *TryGetCallee(ark::Method *method, Field *rawField, uint32_t pc, ark::Class *klass) in TryGetCallee()
106 ark::Field *rawField; in CompilerEtsLdObjByName() local
205 ark::Field *rawField; in CompilerEtsStObjByName() local
241 ark::Field *rawField; in CompilerEtsStObjByNameRef() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp33 compiler::RuntimeInterface::FieldPtr EtsRuntimeInterface::ResolveLookUpField(FieldPtr rawField, Cla… in ResolveLookUpField()
50 compiler::RuntimeInterface::MethodPtr EtsRuntimeInterface::GetLookUpCall(FieldPtr rawField, ClassPt… in GetLookUpCall()
70 compiler::RuntimeInterface::MethodPtr EtsRuntimeInterface::ResolveLookUpCall(FieldPtr rawField, Cla… in ResolveLookUpCall()
Dets_stubs-inl.h125 inline void LookUpException(ark::Class *klass, Field *rawField) in LookUpException()
144 …_INLINE Field *GetFieldByName(InterpreterCache::Entry *entry, ark::Method *method, Field *rawField, in GetFieldByName()
174Field *rawField, const uint8_t *address, ark::Class *klass) in GetAccessorByName()
Dets_entrypoints.cpp241 … auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id), false); in ThrowEtsExceptionNoSuchGetterEntrypoint() local
249 … auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id), false); in ThrowEtsExceptionNoSuchSetterEntrypoint() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp151 RuntimeInterface::FieldPtr rawField, size_t fieldId) in TryInsertFieldInst()
196 RuntimeInterface::FieldPtr rawField) in TryInsertCallInst()
231 auto rawField = runtime->ResolveField(method, fieldId, false, !graph->IsAotMode(), nullptr); in PeepholeLdObjByName() local
253 auto rawField = runtime->ResolveField(method, fieldId, false, !graph->IsAotMode(), nullptr); in PeepholeStObjByName() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h2526 Field const *rawField = GetCachedField(); in CheckFieldAccessByName() local
4061 bool CheckFieldAccessByNameStartCheck(int regIdx, Field const *&rawField, Type &objType) in CheckFieldAccessByNameStartCheck()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h261 …virtual MethodPtr ResolveLookUpCall([[maybe_unused]] FieldPtr rawField, [[maybe_unused]] ClassPtr … in ResolveLookUpCall()
1160 …virtual FieldPtr ResolveLookUpField([[maybe_unused]] FieldPtr rawField, [[maybe_unused]] ClassPtr … in ResolveLookUpField()