Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc1777 uint32_t NativeModule::GetJumpTableOffset(uint32_t func_index) const { in GetJumpTableOffset() function in v8::internal::wasm::NativeModule
1785 uint32_t slot_offset = GetJumpTableOffset(func_index); in GetCallTargetForFunction()
1830 uint32_t slot_offset = GetJumpTableOffset(func_index); in GetNearCallTargetForFunction()
Dwasm-code-manager.h698 uint32_t GetJumpTableOffset(uint32_t func_index) const;
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc231 return Smi::FromInt(native_module->GetJumpTableOffset(func_index)); in RUNTIME_FUNCTION()