Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h722 uint32_t GetFunctionIndexFromJumpTableSlot(Address slot_address) const;
Dwasm-serialization.cc419 native_module_->GetFunctionIndexFromJumpTableSlot(orig_target); in WriteCode()
Dwasm-code-manager.cc1841 uint32_t NativeModule::GetFunctionIndexFromJumpTableSlot( in GetFunctionIndexFromJumpTableSlot() function in v8::internal::wasm::NativeModule