Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc284 current_function_builder_->AddAsmWasmOffset(position, position); in Loop()
817 current_function_builder_->AddAsmWasmOffset(function_end_position, in ValidateFunction()
2273 current_function_builder_->AddAsmWasmOffset(call_pos, to_number_pos); in ValidateCall()
2405 current_function_builder_->AddAsmWasmOffset(call_pos, to_number_pos); in ValidateCall()
2410 current_function_builder_->AddAsmWasmOffset(call_pos, to_number_pos); in ValidateCall()
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.h193 void AddAsmWasmOffset(size_t call_position, size_t to_number_position);
Dwasm-module-builder.cc178 void WasmFunctionBuilder::AddAsmWasmOffset(size_t call_position, in AddAsmWasmOffset() function in v8::internal::wasm::WasmFunctionBuilder