Home
last modified time | relevance | path

Searched refs:kInputShift (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-assembler.cc455 constexpr size_t kInputShift = 1; in PrepareCall() local
473 call_descriptor->GetInputLocation(kInputShift); in PrepareCall()
521 DCHECK_EQ(call_desc_input_idx, kInputShift + 1); in PrepareCall()
Dliftoff-compiler.cc1428 constexpr size_t kInputShift = 1; // Input 0 is the call target. in GenerateRuntimeCall() local
1430 call_descriptor->GetInputLocation(kInputShift); in GenerateRuntimeCall()