HomeSort by relevance Sort by last modified time
    Searched refs:RUNTIME_ENTRY (Results 1 - 25 of 33) sorted by null

1 2

  /external/v8/src/
external-reference-table.cc 343 #define RUNTIME_ENTRY(name, i1, i2) {Runtime::k##name, "Runtime::" #name},
344 FOR_EACH_INTRINSIC(RUNTIME_ENTRY)
345 #undef RUNTIME_ENTRY
assembler.h 329 // Everything after runtime_entry (inclusive) is not GC'ed.
330 RUNTIME_ENTRY,
395 return mode == RUNTIME_ENTRY;
    [all...]
objects-body-descriptors-inl.h 381 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY) |
408 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY) |
assembler.cc 734 case RUNTIME_ENTRY:
856 case RUNTIME_ENTRY:
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 41 // We use RUNTIME_ENTRY reloc info which has a size of 2 bytes
145 // We use RUNTIME_ENTRY for deoptimization bailouts.
147 RelocInfo::RUNTIME_ENTRY,
  /external/v8/src/x87/
deoptimizer-x87.cc 41 // We use RUNTIME_ENTRY reloc info which has a size of 2 bytes
145 // We use RUNTIME_ENTRY for deoptimization bailouts.
147 RelocInfo::RUNTIME_ENTRY,
assembler-x87.cc 86 RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY |
    [all...]
  /external/v8/src/snapshot/
serializer.cc 745 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY) |
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 821 RelocInfo::RUNTIME_ENTRY));
889 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
912 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 283 __ call(entry, RelocInfo::RUNTIME_ENTRY);
718 __ call(entry, RelocInfo::RUNTIME_ENTRY);
737 __ call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 364 Operand(reinterpret_cast<int64_t>(base), RelocInfo::RUNTIME_ENTRY));
787 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
810 __ Call(entry, RelocInfo::RUNTIME_ENTRY, condition, src1, src2);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 308 __ call(entry, RelocInfo::RUNTIME_ENTRY);
740 __ call(entry, RelocInfo::RUNTIME_ENTRY);
764 __ call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 284 __ call(entry, RelocInfo::RUNTIME_ENTRY);
994 __ call(entry, RelocInfo::RUNTIME_ENTRY);
1028 __ call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 815 __ Call(entry, RelocInfo::RUNTIME_ENTRY, eq);
838 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 799 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
822 __ Call(entry, RelocInfo::RUNTIME_ENTRY, condition, src1, src2);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 768 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
785 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 747 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
778 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]

Completed in 1258 milliseconds

1 2