Searched refs:GetJumpTableOffset (Results 1 – 3 of 3) sorted by relevance
1777 uint32_t NativeModule::GetJumpTableOffset(uint32_t func_index) const { in GetJumpTableOffset() function in v8::internal::wasm::NativeModule1785 uint32_t slot_offset = GetJumpTableOffset(func_index); in GetCallTargetForFunction()1830 uint32_t slot_offset = GetJumpTableOffset(func_index); in GetNearCallTargetForFunction()
698 uint32_t GetJumpTableOffset(uint32_t func_index) const;
231 return Smi::FromInt(native_module->GetJumpTableOffset(func_index)); in RUNTIME_FUNCTION()