OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destination_uses_
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/ia32/
lithium-gap-resolver-ia32.h
101
int
destination_uses_
[Register::kNumAllocatableRegisters];
member in class:v8::internal::BASE_EMBEDDED
lithium-gap-resolver-ia32.cc
42
destination_uses_
(),
158
if (destination->IsRegister()) ++
destination_uses_
[destination->index()];
173
--
destination_uses_
[destination->index()];
174
ASSERT(
destination_uses_
[destination->index()] >= 0);
195
if (source_uses_[i] == 0 &&
destination_uses_
[i] > 0 && i != skip_index) {
209
if (
destination_uses_
[i] != 0) return false;
260
if (source_uses_[i] == 0 &&
destination_uses_
[i] == 0) {
/external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.h
101
int
destination_uses_
[Register::kMaxNumAllocatableRegisters];
member in class:v8::internal::BASE_EMBEDDED
lithium-gap-resolver-ia32.cc
42
destination_uses_
(),
158
if (destination->IsRegister()) ++
destination_uses_
[destination->index()];
173
--
destination_uses_
[destination->index()];
174
ASSERT(
destination_uses_
[destination->index()] >= 0);
195
if (source_uses_[i] == 0 &&
destination_uses_
[i] > 0 && i != skip_index) {
209
if (
destination_uses_
[i] != 0) return false;
260
if (source_uses_[i] == 0 &&
destination_uses_
[i] == 0) {
Completed in 371 milliseconds