Searched refs:AddAsmWasmOffset (Results 1 – 3 of 3) sorted by relevance
284 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()
193 void AddAsmWasmOffset(size_t call_position, size_t to_number_position);
178 void WasmFunctionBuilder::AddAsmWasmOffset(size_t call_position, in AddAsmWasmOffset() function in v8::internal::wasm::WasmFunctionBuilder