Searched defs:DropValues (Results 1 – 2 of 2) sorted by relevance
2204 void Drop(FullDecoder* decoder) { __ DropValues(1); } in Drop() local3436 __ DropValues(1); in BrOnNonNull() local4399 __ DropValues(1); in EmitLandingPad() local4573 __ DropValues(1); in AtomicCompareExchange() local4672 __ DropValues(3); in AtomicWait() local4707 __ DropValues(2); in AtomicNotify() local5449 __ DropValues(1); in ArrayInit() local5650 __ DropValues(1); in RefCast() local
669 void LiftoffAssembler::DropValues(int count) { in DropValues() function in v8::internal::wasm::LiftoffAssembler