Home
last modified time | relevance | path

Searched refs:g_nativeTable (Results 1 – 1 of 1) sorted by relevance

/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot_serialize.cpp130 static uintptr_t g_nativeTable[] = { variable
1028 … if (nativePointer == reinterpret_cast<void *>(g_nativeTable[i + NATIVE_METHOD_SIZE])) { in NativePointerToSlotBit()
1059 addr = reinterpret_cast<void *>(g_nativeTable[index]); in NativePointerSlotBitToAddr()
1293 constexpr int size = sizeof(g_nativeTable) / sizeof(uintptr_t); in RegisterNativeMethod()
1296 SetAddressToSlot(i, g_nativeTable[i]); in RegisterNativeMethod()
1303 SetAddressToSlot(i, g_nativeTable[i]); in GeneratedNativeMethod()
1304 vm_->GetMethodForNativeFunction(reinterpret_cast<void *>(g_nativeTable[i])); in GeneratedNativeMethod()