Searched defs:rawField (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/ |
| D | interpreter-inl.h | 102 ALWAYS_INLINE Field *LookupFieldByName(Class *klass, Field *rawField) in LookupFieldByName() 128 ALWAYS_INLINE Method *LookupGetterByName(Class *klass, Field *rawField) in LookupGetterByName() 160 ALWAYS_INLINE Method *LookupSetterByName(Class *klass, Field *rawField) in LookupSetterByName() 206 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsLdobjName() local 248 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsLdobjNameWide() local 290 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsLdobjNameObj() local 334 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsStobjName() local 376 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsStobjNameWide() local 418 …auto rawField = classLinker->GetField(*caller, caller->GetClass()->ResolveFieldIndex(id.AsIndex())… in HandleEtsStobjNameObj() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_peephole.cpp | 99 RuntimeInterface::FieldPtr rawField, size_t fieldId) in TryInsertFieldInst() 143 RuntimeInterface::FieldPtr rawField) in TryInsertCallInst() 178 auto rawField = runtime->ResolveField(method, fieldId, !graph->IsAotMode(), nullptr); in PeepholeLdObjByName() local 202 auto rawField = runtime->ResolveField(method, fieldId, !graph->IsAotMode(), nullptr); in PeepholeStObjByName() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_runtime_interface.cpp | 34 compiler::RuntimeInterface::FieldPtr EtsRuntimeInterface::ResolveLookUpField(FieldPtr rawField, Cla… in ResolveLookUpField() 43 compiler::RuntimeInterface::MethodPtr EtsRuntimeInterface::GetLookUpCall(FieldPtr rawField, ClassPt… in GetLookUpCall() 52 compiler::RuntimeInterface::MethodPtr EtsRuntimeInterface::ResolveLookUpCall(FieldPtr rawField, Cla… in ResolveLookUpCall()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | compiler_intrinsics.cpp | 27 void LookUpException(panda::Class *klass, Field *rawField) in LookUpException() 43 Field *TryGetField(panda::Method *method, Field *rawField, uint32_t pc, panda::Class *klass) in TryGetField() 64 panda::Method *TryGetCallee(panda::Method *method, Field *rawField, uint32_t pc, panda::Class *klas… in TryGetCallee() 97 panda::Field *rawField; in CompilerEtsLdObjByName() local 177 panda::Field *rawField; in CompilerEtsStObjByName() local 267 panda::Field *rawField; in CompilerEtsStObjByNameRef() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 260 …virtual MethodPtr ResolveLookUpCall([[maybe_unused]] FieldPtr rawField, [[maybe_unused]] ClassPtr … in ResolveLookUpCall() 931 …virtual FieldPtr ResolveLookUpField([[maybe_unused]] FieldPtr rawField, [[maybe_unused]] ClassPtr … in ResolveLookUpField()
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 2607 Field const *rawField = GetCachedField(); in CheckFieldAccessByName() local
|