Home
last modified time | relevance | path

Searched defs:KIntConst (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-assembler.h42 enum Location : uint8_t { kStack, kRegister, KIntConst }; enumerator
Dliftoff-compiler.cc29 constexpr auto KIntConst = LiftoffAssembler::VarState::KIntConst; variable