Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-register.h165 static LiftoffRegister from_liftoff_code(int code) { in from_liftoff_code() function
422 return LiftoffRegister::from_liftoff_code(first_code); in GetFirstRegSet()
429 return LiftoffRegister::from_liftoff_code(last_code); in GetLastRegSet()
Dliftoff-assembler.cc1085 LiftoffRegister::from_liftoff_code(first_reg.liftoff_code() + 1); in SpillAdjacentFpRegisters()
1088 LiftoffRegister::from_liftoff_code(first_reg.liftoff_code() - 1); in SpillAdjacentFpRegisters()
/external/v8/src/wasm/
Dwasm-debug.cc696 LiftoffRegister reg = LiftoffRegister::from_liftoff_code( in GetValue()