HomeSort by relevance Sort by last modified time
    Searched refs:GetInputLocation (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
linkage.cc 80 LinkageLocation operand = GetInputLocation(i);
92 LinkageLocation operand = tail_caller->GetInputLocation(i);
199 if (!GetInputLocation(i).IsRegister()) return false;
475 return incoming_->GetInputLocation(context_index);
485 return incoming_->GetInputLocation(parameter_index);
linkage.h 263 LinkageLocation GetInputLocation(size_t index) const {
385 return incoming_->GetInputLocation(index + 1); // + 1 to skip target.
wasm-linkage.cc 373 descriptor->GetInputLocation(0), // target location
instruction-selector.cc 735 g.UseLocation(callee, buffer->descriptor->GetInputLocation(0)));
798 LinkageLocation location = buffer->descriptor->GetInputLocation(index);
    [all...]

Completed in 281 milliseconds