HomeSort by relevance Sort by last modified time
    Searched defs:IsInteger32 (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/v8/src/
type-info.h 153 inline bool IsInteger32() {
property-details.h 145 bool IsInteger32() const { return kind_ == kInteger32; }
146 bool IsSmiOrInteger32() const { return IsSmi() || IsInteger32(); }
hydrogen-instructions.cc     [all...]
  /external/v8/src/
type-info.h 153 inline bool IsInteger32() {
hydrogen-instructions.h 317 bool IsInteger32() const { return kind_ == kInteger32; }
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 428 if (r.IsInteger32()) {
463 if (r.IsInteger32()) {
493 bool LCodeGen::IsInteger32(LConstantOperand* op) const {
512 if (r.IsInteger32()) return value;
539 } else if (r.IsInteger32()) {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 679 if (r.IsInteger32()) return value;
706 bool LCodeGen::IsInteger32(LConstantOperand* op) const {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 413 if (r.IsInteger32()) {
451 if (r.IsInteger32()) {
479 bool LCodeGen::IsInteger32(LConstantOperand* op) const {
498 if (r.IsInteger32()) return value;
525 } else if (r.IsInteger32()) {
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 327 if (r.IsInteger32()) {
365 if (r.IsInteger32()) {
395 bool LCodeGen::IsInteger32(LConstantOperand* op) const {
396 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
402 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
420 if (r.IsInteger32()) {
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 311 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
331 bool LCodeGen::IsInteger32(LConstantOperand* op) const {
332 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 297 if (r.IsInteger32()) {
335 if (r.IsInteger32()) {
363 bool LCodeGen::IsInteger32(LConstantOperand* op) const {
364 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
370 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
388 if (r.IsInteger32()) {
    [all...]

Completed in 95 milliseconds