Home
last modified time | relevance | path

Searched refs:GetCallTargetForFunction (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-code-manager.h288 return GetCallTargetForFunction(func_index) - jump_table_start(); in jump_table_offset()
305 Address GetCallTargetForFunction(uint32_t func_index) const;
Dwasm-code-manager.cc544 Address target = GetCallTargetForFunction(call_tag); in AddCode()
722 Address NativeModule::GetCallTargetForFunction(uint32_t func_index) const { in GetCallTargetForFunction() function in v8::internal::wasm::NativeModule
Dwasm-serialization.cc496 Address target = native_module_->GetCallTargetForFunction(tag); in ReadCode()
Dwasm-objects.cc1343 return native_module->GetCallTargetForFunction(func_index); in GetCallTarget()
Dmodule-compiler.cc2078 call_target = native_module->GetCallTargetForFunction(func_index); in LoadTableSegments()