Searched refs:GetCallTargetForFunction (Results 1 – 5 of 5) sorted by relevance
288 return GetCallTargetForFunction(func_index) - jump_table_start(); in jump_table_offset()305 Address GetCallTargetForFunction(uint32_t func_index) const;
544 Address target = GetCallTargetForFunction(call_tag); in AddCode()722 Address NativeModule::GetCallTargetForFunction(uint32_t func_index) const { in GetCallTargetForFunction() function in v8::internal::wasm::NativeModule
496 Address target = native_module_->GetCallTargetForFunction(tag); in ReadCode()
1343 return native_module->GetCallTargetForFunction(func_index); in GetCallTarget()
2078 call_target = native_module->GetCallTargetForFunction(func_index); in LoadTableSegments()