Home
last modified time | relevance | path

Searched defs:fieldPtr (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp64 …auto fieldPtr = reinterpret_cast<compiler::RuntimeInterface::FieldPtr>(fda.GetFieldId().GetOffset(… in GetPointers() local
240 const auto fieldPtr = adapter.ResolveField(storeToStatic, fieldId, true, false, &classId); in TEST() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlower_boxed_boolean.cpp71 auto fieldPtr = inst->CastToLoadObject()->GetObjField(); in VisitLoadObject() local
257 auto fieldPtr = inst->CastToLoadStatic()->GetObjField(); in GetBooleanFieldValue() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp308 EtsString *TypeAPIGetFieldDescriptor(EtsLong fieldPtr) in TypeAPIGetFieldDescriptor()
315 EtsClass *TypeAPIGetFieldOwner(EtsLong fieldPtr) in TypeAPIGetFieldOwner()
322 EtsTypeAPIField *TypeAPIGetField(EtsClass *cls, EtsLong fieldPtr, EtsTypeAPIType *fieldType, EtsTyp… in TypeAPIGetField()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs-inl.h149 auto fieldPtr = reinterpret_cast<Field *>(resUint & ~METHOD_FLAG_MASK); in GetFieldByName() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1220 virtual uint64_t GetStaticFieldIntegerValue([[maybe_unused]] FieldPtr fieldPtr) const in GetStaticFieldIntegerValue()
1225 virtual double GetStaticFieldFloatValue([[maybe_unused]] FieldPtr fieldPtr) const in GetStaticFieldFloatValue()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4810 …auto fieldPtr = ctor->builder_.CreateConstInBoundsGEP1_32(ctor->builder_.getInt8Ty(), klass, offse… in VisitLoadStatic() local
4825 …auto fieldPtr = ctor->builder_.CreateConstInBoundsGEP1_32(ctor->builder_.getInt8Ty(), klass, offse… in VisitStoreStatic() local