OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSmiOrInteger32
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/v8/src/
hydrogen-minus-zero.cc
44
if (from.
IsSmiOrInteger32
()) {
47
change->to().
IsSmiOrInteger32
());
55
if (check->value()->representation().
IsSmiOrInteger32
()) {
hydrogen-dehoist.cc
35
if (!index->representation().
IsSmiOrInteger32
()) return;
hydrogen-representation-changes.cc
124
if (phi->representation().
IsSmiOrInteger32
() &&
150
input->representation().
IsSmiOrInteger32
() &&
hydrogen-instructions.cc
952
if (r.
IsSmiOrInteger32
() && length()->HasRange()) {
1137
if (r.
IsSmiOrInteger32
() && value()->HasRange()) {
[
all
...]
hydrogen-bce.cc
54
if (!check->index()->representation().
IsSmiOrInteger32
()) return NULL;
149
ASSERT(new_check->index()->representation().
IsSmiOrInteger32
());
hydrogen-range-analysis.cc
110
if (test->representation().
IsSmiOrInteger32
()) {
property-details.h
180
bool
IsSmiOrInteger32
() const { return IsSmi() || IsInteger32(); }
hydrogen-instructions.h
398
return !representation.
IsSmiOrInteger32
() && !representation.IsDouble();
[
all
...]
/external/chromium_org/v8/src/arm/
lithium-arm.cc
715
if (instr->representation().
IsSmiOrInteger32
()) {
[
all
...]
lithium-codegen-arm.cc
473
return chunk_->LookupLiteralRepresentation(op).
IsSmiOrInteger32
();
[
all
...]
/external/chromium_org/v8/src/mips/
lithium-mips.cc
720
if (instr->representation().
IsSmiOrInteger32
()) {
[
all
...]
lithium-codegen-mips.cc
452
return chunk_->LookupLiteralRepresentation(op).
IsSmiOrInteger32
();
[
all
...]
/external/chromium_org/v8/src/ia32/
lithium-ia32.cc
780
if (instr->representation().
IsSmiOrInteger32
()) {
[
all
...]
lithium-codegen-ia32.cc
801
return chunk_->LookupLiteralRepresentation(op).
IsSmiOrInteger32
();
[
all
...]
/external/chromium_org/v8/src/x64/
lithium-x64.cc
724
if (instr->representation().
IsSmiOrInteger32
()) {
[
all
...]
lithium-codegen-x64.cc
397
chunk_->LookupLiteralRepresentation(op).
IsSmiOrInteger32
();
[
all
...]
Completed in 408 milliseconds