Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/
Dgc_marker_dynamic-inl.h44 auto *fieldAddr = reinterpret_cast<std::atomic<TaggedType> *>(startAddr + fieldOffset); in HandleObject() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_serializer.cpp386 auto fieldAddr = slot.SlotAddress(); in SerializeInObjField() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1563 auto fieldAddr = reinterpret_cast<JSTaggedType *>(slot.SlotAddress()); in VisitObjectRangeImpl() local
1603 auto fieldAddr = reinterpret_cast<double *>(slot.SlotAddress()); in VisitObjectBodyWithRep() local
1608 auto fieldAddr = reinterpret_cast<JSTaggedType *>(slot.SlotAddress()); in VisitObjectBodyWithRep() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1354 …auto fieldAddr = graph->GetRuntime()->GetUnresolvedTypes()->GetTableSlot(method, typeId, slotKind); in VisitResolveObjectFieldStatic() local
1375 auto fieldAddr = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(0), DataType::REFERENCE); in VisitLoadResolvedObjectFieldStatic() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp678 …auto fieldAddr = reinterpret_cast<uint32_t *>(reinterpret_cast<uintptr_t>(classPtr) + field->GetOf… in UnresolvedStoreStaticBarrieredEntrypoint() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp216 … auto *fieldAddr = reinterpret_cast<JSTaggedType *>(addr + i * JSTaggedValue::TaggedTypeSize()); in InitObjectFields() local