Lines Matching defs:argGlue
224 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()
3338 void RuntimeStubs::MarkingBarrier([[maybe_unused]] uintptr_t argGlue, in MarkingBarrier()
3355 void RuntimeStubs::MarkingBarrierWithEden([[maybe_unused]] uintptr_t argGlue, in MarkingBarrierWithEden()
3372 void RuntimeStubs::SharedGCMarkingBarrier([[maybe_unused]] uintptr_t argGlue, TaggedObject *value) in SharedGCMarkingBarrier()
3386 void RuntimeStubs::StoreBarrier([[maybe_unused]] uintptr_t argGlue, in StoreBarrier()
3447 JSTaggedValue RuntimeStubs::GetStringToListCacheArray(uintptr_t argGlue) in GetStringToListCacheArray()
3672 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer()
3686 void RuntimeStubs::EndCallTimer(uintptr_t argGlue, JSTaggedType func) in EndCallTimer()
3872 void RuntimeStubs::ArrayTrim(uintptr_t argGlue, TaggedArray *array, int64_t newLength) in ArrayTrim()