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

1 2

  /external/v8/src/
objects-body-descriptors-inl.h 369 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY) |
396 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY) |
assembler.h 384 // Everything after runtime_entry (inclusive) is not GC'ed.
385 RUNTIME_ENTRY,
451 return mode == RUNTIME_ENTRY;
    [all...]
assembler.cc 806 case RUNTIME_ENTRY:
917 case RUNTIME_ENTRY:
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 40 // We use RUNTIME_ENTRY reloc info which has a size of 2 bytes
144 // We use RUNTIME_ENTRY for deoptimization bailouts.
146 RelocInfo::RUNTIME_ENTRY,
macro-assembler-ia32.h     [all...]
assembler-ia32.cc 171 RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY |
    [all...]
  /external/v8/src/x87/
deoptimizer-x87.cc 40 // We use RUNTIME_ENTRY reloc info which has a size of 2 bytes
144 // We use RUNTIME_ENTRY for deoptimization bailouts.
146 RelocInfo::RUNTIME_ENTRY,
macro-assembler-x87.h     [all...]
assembler-x87.cc 86 RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY |
    [all...]
  /external/v8/test/cctest/
test-assembler-x87.cc 138 __ jmp(NULL, RelocInfo::RUNTIME_ENTRY);
test-disasm-x87.cc 294 __ call(FUNCTION_ADDR(DummyStaticFunction), RelocInfo::RUNTIME_ENTRY);
test-disasm-ia32.cc 294 __ call(FUNCTION_ADDR(DummyStaticFunction), RelocInfo::RUNTIME_ENTRY);
  /external/v8/src/snapshot/
serialize.cc 211 #define RUNTIME_ENTRY(name, i1, i2) \
214 FOR_EACH_INTRINSIC(RUNTIME_ENTRY)
215 #undef RUNTIME_ENTRY
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 852 RelocInfo::RUNTIME_ENTRY));
922 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
945 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 382 __ call(entry, RelocInfo::RUNTIME_ENTRY);
834 __ call(entry, RelocInfo::RUNTIME_ENTRY);
853 __ call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 307 __ call(entry, RelocInfo::RUNTIME_ENTRY);
757 __ call(entry, RelocInfo::RUNTIME_ENTRY);
781 __ call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 380 __ call(entry, RelocInfo::RUNTIME_ENTRY);
    [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/x64/
code-generator-x64.cc     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]

Completed in 862 milliseconds

1 2