Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h105 Handle<Code> wasm_code, uint32_t index);
191 void BuildJSToWasmWrapper(Handle<Code> wasm_code, wasm::FunctionSig* sig);
Dwasm-compiler.cc2754 void WasmGraphBuilder::BuildJSToWasmWrapper(Handle<Code> wasm_code, in BuildJSToWasmWrapper() argument
2782 args[pos++] = HeapConstant(wasm_code); in BuildJSToWasmWrapper()
2796 args[pos++] = HeapConstant(wasm_code); in BuildJSToWasmWrapper()
3730 Handle<Code> wasm_code, uint32_t index) { in CompileJSToWasmWrapper() argument
3749 builder.BuildJSToWasmWrapper(wasm_code, func->sig); in CompileJSToWasmWrapper()
/external/v8/src/wasm/
Dwasm-module.cc172 Handle<Code> wasm_code, in CloneOrCompileJSToWasmWrapper() argument
186 it.rinfo()->set_target_address(wasm_code->instruction_start()); in CloneOrCompileJSToWasmWrapper()
194 compiler::CompileJSToWasmWrapper(isolate, module, wasm_code, index); in CloneOrCompileJSToWasmWrapper()
532 Handle<Code> wasm_code(Code::cast(code_table->get(exp.index)), isolate_); in CompileToModuleObject() local
535 wasm_code, exp.index); in CompileToModuleObject()
2015 Handle<Code> wasm_code(Code::cast(code_table->get(func_index)), in LoadTableSegments() local
2025 isolate_, module_, wasm_code, func_index); in LoadTableSegments()
2046 table_index, function, wasm_code); in LoadTableSegments()