Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds