Searched refs:PrintRawWasmCode (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder.h | 58 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, 62 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, 68 void PrintRawWasmCode(const byte* start, const byte* end);
|
D | function-body-decoder.cc | 878 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/ |
D | pipeline.cc | 814 wasm::PrintRawWasmCode(&allocator, function_body, wasm_module, in CreatePipelineStatistics()
|
D | wasm-compiler.cc | 5092 PrintRawWasmCode(wasm_unit_->wasm_engine_->allocator(), in BuildGraphForWasmFunction()
|