Searched refs:GetFunctionCode (Results 1 – 5 of 5) sorted by relevance
71 Handle<Code> GetFunctionCode(uint32_t index) { in GetFunctionCode() function in v8::internal::wasm::WasmLinker396 Handle<Code> ModuleEnv::GetFunctionCode(uint32_t index) { in GetFunctionCode() function in v8::internal::wasm::ModuleEnv398 if (linker) return linker->GetFunctionCode(index); in GetFunctionCode()
167 Handle<Code> GetFunctionCode(uint32_t index);
303 Handle<Code> GetFunctionCode();
641 Handle<Code> FunctionInfoWrapper::GetFunctionCode() { in GetFunctionCode() function in v8::internal::FunctionInfoWrapper1123 Handle<Code> code = compile_info_wrapper.GetFunctionCode(); in ReplaceFunctionCode()
1389 args[0] = Constant(module_->GetFunctionCode(index)); in CallDirect()