OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUnallocated
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/v8/src/
variables.h
93
bool
IsUnallocated
() const { return location_ == UNALLOCATED; }
lithium-allocator.cc
34
if (operand_ != NULL && operand_->
IsUnallocated
()) {
45
return hint_ != NULL && !hint_->
IsUnallocated
();
138
DCHECK(!operand->
IsUnallocated
());
214
DCHECK(!op->
IsUnallocated
());
670
if (!operand->
IsUnallocated
()) return NULL;
681
if (operand->
IsUnallocated
()) {
707
if (operand->
IsUnallocated
()) {
720
if (operand->
IsUnallocated
()) {
734
if (from->
IsUnallocated
()) {
739
if (cur_to->
IsUnallocated
()) {
[
all
...]
scopes.cc
819
if (var->is_used() || !var->
IsUnallocated
()) {
825
bool comma = !var->
IsUnallocated
();
[
all
...]
lithium.h
139
DCHECK(op->
IsUnallocated
());
ast.cc
578
} else if (proxy->var()->
IsUnallocated
()) {
[
all
...]
full-codegen.cc
226
if (prop != NULL || (proxy != NULL && proxy->var()->
IsUnallocated
())) {
[
all
...]
ast.h
[
all
...]
hydrogen.cc
[
all
...]
/art/compiler/optimizing/
locations.h
203
bool
IsUnallocated
() const {
229
DCHECK(
IsUnallocated
());
code_generator.cc
179
if (loc.
IsUnallocated
()) {
200
if (loc.
IsUnallocated
()) {
210
if (result_location.
IsUnallocated
()) {
ssa_liveness_analysis.h
297
if (location.
IsUnallocated
()) {
312
if (location.
IsUnallocated
() && location.GetPolicy() == Location::kRequiresRegister) {
register_allocator.cc
825
if (expected_location.
IsUnallocated
()) {
[
all
...]
/external/chromium_org/v8/src/compiler/
register-allocator.cc
33
if (operand_ != NULL && operand_->
IsUnallocated
()) {
43
return hint_ != NULL && !hint_->
IsUnallocated
();
134
DCHECK(!operand->
IsUnallocated
());
210
DCHECK(!op->
IsUnallocated
());
662
if (operand->
IsUnallocated
()) {
688
if (operand->
IsUnallocated
()) {
701
if (operand->
IsUnallocated
()) {
715
if (from->
IsUnallocated
()) {
720
if (cur_to->
IsUnallocated
()) {
889
if (!output->
IsUnallocated
()) continue
[
all
...]
instruction-selector-unittest.cc
74
} else if (output->
IsUnallocated
()) {
85
} else if (input->
IsUnallocated
()) {
194
ASSERT_TRUE(s[0]->Output()->
IsUnallocated
());
198
ASSERT_TRUE(s[1]->InputAt(0)->
IsUnallocated
());
201
ASSERT_TRUE(s[1]->Output()->
IsUnallocated
());
instruction.h
161
DCHECK(op->
IsUnallocated
());
166
DCHECK(op->
IsUnallocated
());
/external/chromium_org/v8/src/arm/
full-codegen-arm.cc
[
all
...]
/external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc
[
all
...]
/external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc
[
all
...]
/external/chromium_org/v8/src/mips/
full-codegen-mips.cc
[
all
...]
/external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc
[
all
...]
/external/chromium_org/v8/src/x64/
full-codegen-x64.cc
[
all
...]
/external/chromium_org/v8/src/x87/
full-codegen-x87.cc
[
all
...]
Completed in 440 milliseconds