Home
last modified time | relevance | path

Searched refs:GrowMemory (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/runtime/
Druntime-wasm.cc64 wasm::GrowMemory(isolate, instance, delta_pages)); in RUNTIME_FUNCTION()
/external/v8/src/wasm/
Dwasm-opcodes.cc124 CASE_OP(GrowMemory, "grow_memory") in OpcodeName()
Dwasm-module.h407 int32_t GrowMemory(Isolate* isolate, Handle<WasmInstanceObject> instance,
Dwasm-opcodes.h120 V(GrowMemory, 0x40, i_i)
Dfunction-body-decoder.cc1190 Push(kWasmI32, BUILD(GrowMemory, val.node)); in DecodeFunctionBody()
Dwasm-module.cc2272 int32_t wasm::GrowMemory(Isolate* isolate, Handle<WasmInstanceObject> instance, in GrowMemory() function in wasm
/external/v8/src/compiler/
Dwasm-compiler.h155 Node* GrowMemory(Node* input);
Dwasm-compiler.cc1791 Node* WasmGraphBuilder::GrowMemory(Node* input) { in GrowMemory() function in v8::internal::compiler::WasmGraphBuilder