Home
last modified time | relevance | path

Searched defs:MarkRSetCardTable (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_desc.h348 bool MarkRSetCardTable(BaseObject* obj) in MarkRSetCardTable() function
1322 bool MarkRSetCardTable(BaseObject *obj) in MarkRSetCardTable() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp3490 DEF_CALL_SIGNATURE(MarkRSetCardTable) in DEF_CALL_SIGNATURE() argument
3493 CallSignature MarkRSetCardTable("MarkRSetCardTable", 0, 1, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE() local
Dstub_builder.cpp1963 void StubBuilder::MarkRSetCardTable(GateRef obj, Label *exit) in MarkRSetCardTable() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp5015 bool RuntimeStubs::MarkRSetCardTable(BaseObject* obj) in DEF_RUNTIME_STUBS() function in panda::ecmascript::RuntimeStubs