Searched refs:g_nativeTable (Results 1 – 1 of 1) sorted by relevance
130 static uintptr_t g_nativeTable[] = { variable1028 … 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()