Home
last modified time | relevance | path

Searched defs:argGlue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp206 void RuntimeStubs::PrintHeapReginInfo(uintptr_t argGlue) in PrintHeapReginInfo()
670 void RuntimeStubs::DebugPrintInstruction([[maybe_unused]] uintptr_t argGlue, const uint8_t *pc) in DebugPrintInstruction()
2719 JSTaggedType RuntimeStubs::TryToElementsIndexOrFindInStringTable(uintptr_t argGlue, JSTaggedType ec… in TryToElementsIndexOrFindInStringTable()
2732 JSTaggedType RuntimeStubs::TryGetInternString(uintptr_t argGlue, JSTaggedType ecmaString) in TryGetInternString()
2738 JSTaggedType RuntimeStubs::CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, in CreateArrayFromList()
2751 int32_t RuntimeStubs::FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass, in FindElementWithCache()
2767 JSTaggedType RuntimeStubs::GetActualArgvNoGC(uintptr_t argGlue) in GetActualArgvNoGC()
2838 void RuntimeStubs::InsertOldToNewRSet([[maybe_unused]] uintptr_t argGlue, in InsertOldToNewRSet()
2846 void RuntimeStubs::MarkingBarrier([[maybe_unused]] uintptr_t argGlue, in MarkingBarrier()
2864 void RuntimeStubs::StoreBarrier([[maybe_unused]] uintptr_t argGlue, in StoreBarrier()
[all …]
Druntime_stubs-inl.h3149 JSTaggedType RuntimeStubs::RuntimeTryGetInternString(uintptr_t argGlue, EcmaString *string) in RuntimeTryGetInternString()