Searched refs:InsertOldToNewRSet (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | barriers-inl.h | 47 objectRegion->InsertOldToNewRSet(slotAddr); in WriteBarrier()
|
H A D | parallel_evacuator-inl.h | 318 region->InsertOldToNewRSet(slot.SlotAddress()); in SetObjectRSet()
|
H A D | region-inl.h | 379 inline void Region::InsertOldToNewRSet(uintptr_t addr) in InsertOldToNewRSet() function in panda::ecmascript::Region
|
H A D | region.h | 382 void InsertOldToNewRSet(uintptr_t addr);
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 137 V(InsertOldToNewRSet) \
|
H A D | runtime_stubs.h | 103 static void InsertOldToNewRSet([[maybe_unused]] uintptr_t argGlue, uintptr_t object, size_t offset);
|
H A D | runtime_stubs.cpp | 3326 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 D | call_signature.h | 506 V(InsertOldToNewRSet) \
|
H A D | call_signature.cpp | 2299 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 D | stub_builder.cpp | 2012 CallNGCRuntime(glue, RTSTUB_ID(InsertOldToNewRSet), { glue, obj, offset }); in SetNonSValueWithBarrier()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 1643 rootRegion->InsertOldToNewRSet((uintptr_t)value); in DeserializeTaggedField()
|
Completed in 37 milliseconds