OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WasmModuleIndex
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/wasm/
asm-wasm-builder.h
22
WasmModuleIndex
* Run();
encoder.h
99
class
WasmModuleIndex
: public ZoneObject {
106
WasmModuleIndex
(const byte* begin, const byte* end)
114
WasmModuleIndex
* WriteTo(Zone* zone) const;
encoder.cc
467
WasmModuleIndex
* WasmModuleWriter::WriteTo(Zone* zone) const {
572
return new (zone)
WasmModuleIndex
(buffer, buffer + sizes.total());
wasm-js.cc
129
v8::internal::wasm::
WasmModuleIndex
* TranslateAsmModule(i::ParseInfo* info) {
asm-wasm-builder.cc
[
all
...]
/external/v8/test/cctest/wasm/
test-run-wasm-module.cc
22
void TestModule(
WasmModuleIndex
* module, int32_t expected_result) {
Completed in 85 milliseconds