Home | History | Annotate | Download | only in wasm

Lines Matching refs:orig

2103       byte orig = code->start[pc];
2104 WasmOpcode opcode = static_cast<WasmOpcode>(orig);
2108 if (V8_UNLIKELY(orig == kInternalBreakpoint)) {
2109 orig = code->orig_start[pc];
2110 if (WasmOpcodes::IsPrefixOpcode(static_cast<WasmOpcode>(orig))) {
2112 static_cast<WasmOpcode>(orig << 8 | code->orig_start[pc + 1]);
2145 switch (orig) {