OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSmiOrInteger32
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/v8/src/
hydrogen-range-analysis.cc
68
if (from.
IsSmiOrInteger32
()) {
71
instr->to().
IsSmiOrInteger32
());
77
if (instr->value()->representation().
IsSmiOrInteger32
()) {
125
if (test->representation().
IsSmiOrInteger32
()) {
231
if (instr->representation().
IsSmiOrInteger32
() &&
238
if (instr->RequiredInputRepresentation(0).
IsSmiOrInteger32
() &&
245
if (!instr->from().
IsSmiOrInteger32
() &&
hydrogen-dehoist.cc
12
if (!index->representation().
IsSmiOrInteger32
()) return;
hydrogen-representation-changes.cc
130
if (phi->representation().
IsSmiOrInteger32
() &&
156
input->representation().
IsSmiOrInteger32
() &&
hydrogen-bce.cc
32
if (!check->index()->representation().
IsSmiOrInteger32
()) return NULL;
145
ASSERT(new_check->index()->representation().
IsSmiOrInteger32
());
property-details.h
159
bool
IsSmiOrInteger32
() const { return IsSmi() || IsInteger32(); }
hydrogen-instructions.cc
1068
if (r.
IsSmiOrInteger32
() && length()->HasRange()) {
[
all
...]
hydrogen-escape-analysis.cc
147
if (representation.
IsSmiOrInteger32
() || representation.IsDouble()) {
hydrogen-instructions.h
841
return !representation().
IsSmiOrInteger32
() && !representation().IsDouble();
[
all
...]
/external/chromium_org/v8/src/arm/
lithium-arm.cc
681
if (instr->representation().
IsSmiOrInteger32
()) {
[
all
...]
lithium-codegen-arm.cc
479
return chunk_->LookupLiteralRepresentation(op).
IsSmiOrInteger32
();
[
all
...]
/external/chromium_org/v8/src/mips/
lithium-mips.cc
686
if (instr->representation().
IsSmiOrInteger32
()) {
[
all
...]
lithium-codegen-mips.cc
475
return chunk_->LookupLiteralRepresentation(op).
IsSmiOrInteger32
();
[
all
...]
/external/chromium_org/v8/src/ia32/
lithium-ia32.cc
722
if (instr->representation().
IsSmiOrInteger32
()) {
[
all
...]
lithium-codegen-ia32.cc
553
return chunk_->LookupLiteralRepresentation(op).
IsSmiOrInteger32
();
[
all
...]
/external/chromium_org/v8/src/x87/
lithium-x87.cc
708
if (instr->representation().
IsSmiOrInteger32
()) {
[
all
...]
lithium-codegen-x87.cc
739
return chunk_->LookupLiteralRepresentation(op).
IsSmiOrInteger32
();
[
all
...]
/external/chromium_org/v8/src/x64/
lithium-x64.cc
694
if (instr->representation().
IsSmiOrInteger32
()) {
[
all
...]
lithium-codegen-x64.cc
423
return chunk_->LookupLiteralRepresentation(op).
IsSmiOrInteger32
();
[
all
...]
/external/chromium_org/v8/src/arm64/
lithium-arm64.cc
853
if (instr->representation().
IsSmiOrInteger32
()) {
937
if (instr->representation().
IsSmiOrInteger32
()) {
[
all
...]
lithium-codegen-arm64.cc
[
all
...]
Completed in 516 milliseconds