Searched defs:fieldPtr (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 64 …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/ |
| D | lower_boxed_boolean.cpp | 71 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/ |
| D | std_core_Type.cpp | 308 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/ |
| D | ets_stubs-inl.h | 149 auto fieldPtr = reinterpret_cast<Field *>(resUint & ~METHOD_FLAG_MASK); in GetFieldByName() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 1220 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/ |
| D | llvm_ir_constructor.cpp | 4810 …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
|