Home
last modified time | relevance | path

Searched refs:CurrentMemoryPages (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder.cc356 void CurrentMemoryPages(FullDecoder* decoder, Value* result) { in CurrentMemoryPages() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface
357 result->node = BUILD(CurrentMemoryPages); in CurrentMemoryPages()
Dfunction-body-decoder-impl.h645 F(CurrentMemoryPages, Value* result) \
1883 CALL_INTERFACE_IF_REACHABLE(CurrentMemoryPages, result); in DecodeFunctionBody()
/external/v8/src/compiler/
Dwasm-compiler.h225 Node* CurrentMemoryPages();
Dwasm-compiler.cc2945 Node* WasmGraphBuilder::CurrentMemoryPages() { in CurrentMemoryPages() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1537 void CurrentMemoryPages(FullDecoder* decoder, Value* result) { in CurrentMemoryPages() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler