Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp224 void RuntimeStubs::CopyTypedArrayBuffer(uintptr_t argGlue, JSTypedArray *srcArray, JSTypedArray *ta… in CopyTypedArrayBuffer()
303 void RuntimeStubs::PrintHeapReginInfo(uintptr_t argGlue) in PrintHeapReginInfo()
809 void RuntimeStubs::DebugPrintInstruction([[maybe_unused]] uintptr_t argGlue, const uint8_t *pc) in DebugPrintInstruction()
815 void RuntimeStubs::DebugOsrEntry([[maybe_unused]] uintptr_t argGlue, const uint8_t *codeEntry) in DebugOsrEntry()
3086 JSTaggedType RuntimeStubs::CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, in CreateArrayFromList()
3099 int32_t RuntimeStubs::FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass, in FindElementWithCache()
3122 JSTaggedType RuntimeStubs::GetActualArgvNoGC(uintptr_t argGlue) in GetActualArgvNoGC()
3297 void RuntimeStubs::InsertNewToEdenRSet([[maybe_unused]] uintptr_t argGlue, in InsertNewToEdenRSet()
3305 void RuntimeStubs::InsertOldToNewRSet([[maybe_unused]] uintptr_t argGlue, in InsertOldToNewRSet()
3313 void RuntimeStubs::InsertLocalToShareRSet([[maybe_unused]] uintptr_t argGlue, in InsertLocalToShareRSet()
[all …]
Druntime_stubs-inl.h3399 JSTaggedType RuntimeStubs::RuntimeTryGetInternString(uintptr_t argGlue, const JSHandle<EcmaString> … in RuntimeTryGetInternString()