Lines Matching refs:argGlue
70 JSTaggedType RuntimeStubs::name(uintptr_t argGlue, uint32_t argc, uintptr_t argv)
73 auto thread = JSThread::GlueToJSThread(argGlue); \
728 void RuntimeStubs::DebugPrintInstruction([[maybe_unused]] uintptr_t argGlue, const uint8_t *pc)
734 void RuntimeStubs::DebugOsrEntry([[maybe_unused]] uintptr_t argGlue, const uint8_t *codeEntry)
811 JSTaggedValue key(RuntimeTryGetInternString(argGlue, string));
1618 auto thread = JSThread::GlueToJSThread(argGlue);
3061 return RuntimeTryGetInternString(argGlue, string);
3107 JSTaggedType RuntimeStubs::CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc,
3110 auto thread = JSThread::GlueToJSThread(argGlue);
3120 int32_t RuntimeStubs::FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass,
3123 auto thread = JSThread::GlueToJSThread(argGlue);
3143 JSTaggedType RuntimeStubs::GetActualArgvNoGC(uintptr_t argGlue)
3145 auto thread = JSThread::GlueToJSThread(argGlue);
3318 void RuntimeStubs::InsertNewToEdenRSet([[maybe_unused]] uintptr_t argGlue,
3326 void RuntimeStubs::InsertOldToNewRSet([[maybe_unused]] uintptr_t argGlue,
3334 void RuntimeStubs::InsertLocalToShareRSet([[maybe_unused]] uintptr_t argGlue,
3359 void RuntimeStubs::MarkingBarrier([[maybe_unused]] uintptr_t argGlue,
3366 auto thread = JSThread::GlueToJSThread(argGlue);
3376 void RuntimeStubs::MarkingBarrierWithEden([[maybe_unused]] uintptr_t argGlue,
3383 auto thread = JSThread::GlueToJSThread(argGlue);
3393 void RuntimeStubs::SharedGCMarkingBarrier([[maybe_unused]] uintptr_t argGlue, TaggedObject *value)
3397 auto thread = JSThread::GlueToJSThread(argGlue);
3407 void RuntimeStubs::StoreBarrier([[maybe_unused]] uintptr_t argGlue,
3413 auto thread = JSThread::GlueToJSThread(argGlue);
3468 JSTaggedValue RuntimeStubs::GetStringToListCacheArray(uintptr_t argGlue)
3470 auto thread = JSThread::GlueToJSThread(argGlue);
3693 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot)
3695 auto thread = JSThread::GlueToJSThread(argGlue);
3707 void RuntimeStubs::EndCallTimer(uintptr_t argGlue, JSTaggedType func)
3709 auto thread = JSThread::GlueToJSThread(argGlue);
3870 int RuntimeStubs::FastArraySortString(uintptr_t argGlue, JSTaggedValue x, JSTaggedValue y)
3873 auto thread = JSThread::GlueToJSThread(argGlue);
3902 void RuntimeStubs::ArrayTrim(uintptr_t argGlue, TaggedArray *array, int64_t newLength)
3906 auto thread = JSThread::GlueToJSThread(argGlue);
3910 bool RuntimeStubs::IsFastRegExp(uintptr_t argGlue, JSTaggedValue thisValue)
3913 auto thread = JSThread::GlueToJSThread(argGlue);