Home
last modified time | relevance | path

Searched refs:InsertOldToNewRSet (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers-inl.h47 objectRegion->InsertOldToNewRSet(slotAddr); in WriteBarrier()
H A Dparallel_evacuator-inl.h318 region->InsertOldToNewRSet(slot.SlotAddress()); in SetObjectRSet()
H A Dregion-inl.h379 inline void Region::InsertOldToNewRSet(uintptr_t addr) in InsertOldToNewRSet() function in panda::ecmascript::Region
H A Dregion.h382 void InsertOldToNewRSet(uintptr_t addr);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h137 V(InsertOldToNewRSet) \
H A Druntime_stubs.h103 static void InsertOldToNewRSet([[maybe_unused]] uintptr_t argGlue, uintptr_t object, size_t offset);
H A Druntime_stubs.cpp3326 void RuntimeStubs::InsertOldToNewRSet([[maybe_unused]] uintptr_t argGlue, in InsertOldToNewRSet() function in panda::ecmascript::RuntimeStubs
3331 return region->InsertOldToNewRSet(slotAddr); in InsertOldToNewRSet()
3422 objectRegion->InsertOldToNewRSet(slotAddr); in StoreBarrier()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h506 V(InsertOldToNewRSet) \
H A Dcall_signature.cpp2299 DEF_CALL_SIGNATURE(InsertOldToNewRSet) in DEF_CALL_SIGNATURE()
2302 CallSignature index("InsertOldToNewRSet", 0, 3, ArgumentsOrder::DEFAULT_ORDER, VariableType::VOID()); in DEF_CALL_SIGNATURE()
H A Dstub_builder.cpp2012 CallNGCRuntime(glue, RTSTUB_ID(InsertOldToNewRSet), { glue, obj, offset }); in SetNonSValueWithBarrier()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1643 rootRegion->InsertOldToNewRSet((uintptr_t)value); in DeserializeTaggedField()

Completed in 37 milliseconds