Home
last modified time | relevance | path

Searched refs:PrintRawWasmCode (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder.h58 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
62 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
68 void PrintRawWasmCode(const byte* start, const byte* end);
Dfunction-body-decoder.cc878 void PrintRawWasmCode(const byte* start, const byte* end) { in PrintRawWasmCode() function
880 PrintRawWasmCode(&allocator, FunctionBody{nullptr, 0, start, end}, nullptr, in PrintRawWasmCode()
899 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, in PrintRawWasmCode() function
902 return PrintRawWasmCode(allocator, body, module, print_locals, os); in PrintRawWasmCode()
905 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, in PrintRawWasmCode() function
/external/v8/src/compiler/
Dpipeline.cc814 wasm::PrintRawWasmCode(&allocator, function_body, wasm_module, in CreatePipelineStatistics()
Dwasm-compiler.cc5092 PrintRawWasmCode(wasm_unit_->wasm_engine_->allocator(), in BuildGraphForWasmFunction()