Home
last modified time | relevance | path

Searched defs:wasm_function_index (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dpipeline.cc151 int wasm_function_index, in PipelineData()
418 int wasm_function_index() const { return wasm_function_index_; } in wasm_function_index() function in v8::internal::compiler::PipelineData
/external/v8/src/
Dobjects.cc10669 int wasm_function_index, wasm::WasmCode* code, int offset, int flags) { in AppendWasmFrame()