Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp282 void RuntimeStubs::PrintHeapReginInfo(uintptr_t argGlue) in PrintHeapReginInfo()
788 void RuntimeStubs::DebugPrintInstruction([[maybe_unused]] uintptr_t argGlue, const uint8_t *pc) in DebugPrintInstruction()
794 void RuntimeStubs::DebugOsrEntry([[maybe_unused]] uintptr_t argGlue, const uint8_t *codeEntry) in DebugOsrEntry()
3056 JSTaggedType RuntimeStubs::CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, in CreateArrayFromList()
3069 int32_t RuntimeStubs::FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass, in FindElementWithCache()
3092 JSTaggedType RuntimeStubs::GetActualArgvNoGC(uintptr_t argGlue) in GetActualArgvNoGC()
3267 void RuntimeStubs::InsertNewToEdenRSet([[maybe_unused]] uintptr_t argGlue, in InsertNewToEdenRSet()
3275 void RuntimeStubs::InsertOldToNewRSet([[maybe_unused]] uintptr_t argGlue, in InsertOldToNewRSet()
3283 void RuntimeStubs::InsertLocalToShareRSet([[maybe_unused]] uintptr_t argGlue, in InsertLocalToShareRSet()
3308 void RuntimeStubs::MarkingBarrier([[maybe_unused]] uintptr_t argGlue, in MarkingBarrier()
[all …]
Druntime_stubs-inl.h3398 JSTaggedType RuntimeStubs::RuntimeTryGetInternString(uintptr_t argGlue, const JSHandle<EcmaString> … in RuntimeTryGetInternString()