Searched refs:WasmModuleIndex (Results 1 – 6 of 6) sorted by relevance
99 class WasmModuleIndex : public ZoneObject {106 WasmModuleIndex(const byte* begin, const byte* end) in WasmModuleIndex() function114 WasmModuleIndex* WriteTo(Zone* zone) const;
22 WasmModuleIndex* Run();
467 WasmModuleIndex* WasmModuleWriter::WriteTo(Zone* zone) const { in WriteTo()572 return new (zone) WasmModuleIndex(buffer, buffer + sizes.total()); in WriteTo()
129 v8::internal::wasm::WasmModuleIndex* TranslateAsmModule(i::ParseInfo* info) { in TranslateAsmModule()
1037 WasmModuleIndex* AsmWasmBuilder::Run() { in Run()
22 void TestModule(WasmModuleIndex* module, int32_t expected_result) { in TestModule()