Home
last modified time | relevance | path

Searched defs:arg_buffer (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-wasm.cc186 uint8_t* arg_buffer = reinterpret_cast<uint8_t*>(*arg_buffer_obj); in RUNTIME_FUNCTION() local
/external/v8/src/wasm/
Dwasm-debug.cc80 void Execute(uint32_t func_index, uint8_t* arg_buffer) { in Execute()
428 void WasmDebugInfo::RunInterpreter(int func_index, uint8_t* arg_buffer) { in RunInterpreter()
/external/v8/src/compiler/
Dwasm-compiler.cc2961 Node* arg_buffer = args_size_bytes == 0 && return_size_bytes == 0 in BuildWasmInterpreterEntry() local