Searched refs:InsertNewToEdenRSet (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | barriers-inl.h | 56 objectRegion->InsertNewToEdenRSet(slotAddr); in WriteBarrier()
|
H A D | region-inl.h | 361 inline void Region::InsertNewToEdenRSet(uintptr_t addr) in InsertNewToEdenRSet() function in panda::ecmascript::Region
|
H A D | region.h | 378 void InsertNewToEdenRSet(uintptr_t addr);
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 139 V(InsertNewToEdenRSet) \
|
H A D | runtime_stubs.h | 102 static void InsertNewToEdenRSet([[maybe_unused]] uintptr_t argGlue, uintptr_t object, size_t offset);
|
H A D | runtime_stubs.cpp | 3318 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 D | call_signature.h | 505 V(InsertNewToEdenRSet) \
|
H A D | call_signature.cpp | 2283 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 D | stub_builder.cpp | 2050 CallNGCRuntime(glue, RTSTUB_ID(InsertNewToEdenRSet), { glue, obj, offset }); in SetNonSValueWithBarrier()
|
Completed in 33 milliseconds