OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookupLiteralRepresentation
(Results
1 - 11
of
11
) sorted by null
/external/v8/src/crankshaft/
lithium.cc
396
Representation LChunk::
LookupLiteralRepresentation
(
lithium.h
638
Representation
LookupLiteralRepresentation
(LConstantOperand* operand) const;
/external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc
407
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
443
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
469
DCHECK(chunk_->
LookupLiteralRepresentation
(op).IsSmiOrTagged());
475
return chunk_->
LookupLiteralRepresentation
(op).IsSmiOrInteger32();
480
return chunk_->
LookupLiteralRepresentation
(op).IsSmi();
516
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
[
all
...]
/external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc
422
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
461
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
485
DCHECK(chunk_->
LookupLiteralRepresentation
(op).IsSmiOrTagged());
491
return chunk_->
LookupLiteralRepresentation
(op).IsSmiOrInteger32();
496
return chunk_->
LookupLiteralRepresentation
(op).IsSmi();
532
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
[
all
...]
/external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc
405
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
444
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
468
DCHECK(chunk_->
LookupLiteralRepresentation
(op).IsSmiOrTagged());
474
return chunk_->
LookupLiteralRepresentation
(op).IsSmiOrInteger32();
479
return chunk_->
LookupLiteralRepresentation
(op).IsSmi();
517
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
[
all
...]
/external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc
[
all
...]
/external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc
415
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
457
DCHECK(chunk_->
LookupLiteralRepresentation
(op).IsSmiOrTagged());
463
return chunk_->
LookupLiteralRepresentation
(op).IsSmiOrInteger32();
468
return chunk_->
LookupLiteralRepresentation
(op).IsSmi();
504
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
[
all
...]
/external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc
399
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
438
DCHECK(chunk_->
LookupLiteralRepresentation
(op).IsSmiOrTagged());
443
return chunk_->
LookupLiteralRepresentation
(op).IsSmiOrInteger32();
447
return chunk_->
LookupLiteralRepresentation
(op).IsSmi();
478
Representation r = chunk_->
LookupLiteralRepresentation
(const_op);
[
all
...]
/external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc
434
return chunk_->
LookupLiteralRepresentation
(op).IsSmiOrInteger32();
439
return chunk_->
LookupLiteralRepresentation
(op).IsExternal();
450
return chunk_->
LookupLiteralRepresentation
(op).IsSmi();
491
DCHECK(chunk_->
LookupLiteralRepresentation
(op).IsSmiOrTagged());
[
all
...]
/external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc
432
DCHECK(chunk_->
LookupLiteralRepresentation
(op).IsSmiOrTagged());
452
return chunk_->
LookupLiteralRepresentation
(op).IsSmiOrInteger32();
457
return chunk_->
LookupLiteralRepresentation
(op).IsSmi();
[
all
...]
/external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc
700
DCHECK(chunk_->
LookupLiteralRepresentation
(op).IsSmiOrTagged());
720
return chunk_->
LookupLiteralRepresentation
(op).IsSmiOrInteger32();
725
return chunk_->
LookupLiteralRepresentation
(op).IsSmi();
[
all
...]
Completed in 1158 milliseconds