Home
last modified time | relevance | path

Searched refs:InsertNewToEdenRSet (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers-inl.h56 objectRegion->InsertNewToEdenRSet(slotAddr); in WriteBarrier()
H A Dregion-inl.h361 inline void Region::InsertNewToEdenRSet(uintptr_t addr) in InsertNewToEdenRSet() function in panda::ecmascript::Region
H A Dregion.h378 void InsertNewToEdenRSet(uintptr_t addr);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h139 V(InsertNewToEdenRSet) \
H A Druntime_stubs.h102 static void InsertNewToEdenRSet([[maybe_unused]] uintptr_t argGlue, uintptr_t object, size_t offset);
H A Druntime_stubs.cpp3318 void RuntimeStubs::InsertNewToEdenRSet([[maybe_unused]] uintptr_t argGlue, in InsertNewToEdenRSet() function in panda::ecmascript::RuntimeStubs
3323 return region->InsertNewToEdenRSet(slotAddr); in InsertNewToEdenRSet()
3426 objectRegion->InsertNewToEdenRSet(slotAddr); in StoreBarrier()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h505 V(InsertNewToEdenRSet) \
H A Dcall_signature.cpp2283 DEF_CALL_SIGNATURE(InsertNewToEdenRSet) in DEF_CALL_SIGNATURE()
2286 CallSignature index("InsertNewToEdenRSet", 0, 3, ArgumentsOrder::DEFAULT_ORDER, VariableType::VOID()); in DEF_CALL_SIGNATURE()
H A Dstub_builder.cpp2050 CallNGCRuntime(glue, RTSTUB_ID(InsertNewToEdenRSet), { glue, obj, offset }); in SetNonSValueWithBarrier()

Completed in 33 milliseconds