Home
last modified time | relevance | path

Searched refs:AddAsmWasmOffset (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-module-builder.h176 void AddAsmWasmOffset(size_t call_position, size_t to_number_position);
Dwasm-module-builder.cc143 void WasmFunctionBuilder::AddAsmWasmOffset(size_t call_position, in AddAsmWasmOffset() function in v8::internal::wasm::WasmFunctionBuilder
/external/v8/src/asmjs/
Dasm-parser.cc296 current_function_builder_->AddAsmWasmOffset(position, position); in Loop()
2223 current_function_builder_->AddAsmWasmOffset(call_pos, to_number_pos); in ValidateCall()
2355 current_function_builder_->AddAsmWasmOffset(call_pos, to_number_pos); in ValidateCall()
2360 current_function_builder_->AddAsmWasmOffset(call_pos, to_number_pos); in ValidateCall()