Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-manager.h309 uint32_t GetFunctionIndexFromJumpTableSlot(Address slot_address) const;
Dwasm-serialization.cc339 native_module_->GetFunctionIndexFromJumpTableSlot(orig_target); in WriteCode()
Dwasm-code-manager.cc735 uint32_t NativeModule::GetFunctionIndexFromJumpTableSlot( in GetFunctionIndexFromJumpTableSlot() function in v8::internal::wasm::NativeModule
Dwasm-interpreter.cc2830 native_module->GetFunctionIndexFromJumpTableSlot(target); in GetTargetCode()