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

1 2

  /external/v8/src/
external-reference-table.cc 267 #define RUNTIME_ENTRY(name, i1, i2) {Runtime::k##name, "Runtime::" #name},
268 FOR_EACH_INTRINSIC(RUNTIME_ENTRY)
269 #undef RUNTIME_ENTRY
objects-body-descriptors-inl.h 374 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY) |
401 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY) |
assembler.h 394 // Everything after runtime_entry (inclusive) is not GC'ed.
395 RUNTIME_ENTRY,
463 return mode == RUNTIME_ENTRY;
    [all...]
assembler.cc 821 case RUNTIME_ENTRY:
942 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...]
  /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...]
  /external/v8/test/cctest/
test-assembler-x87.cc 138 __ jmp(NULL, RelocInfo::RUNTIME_ENTRY);
test-disasm-x87.cc 296 __ call(FUNCTION_ADDR(DummyStaticFunction), RelocInfo::RUNTIME_ENTRY);
test-disasm-ia32.cc 296 __ call(FUNCTION_ADDR(DummyStaticFunction), RelocInfo::RUNTIME_ENTRY);
  /external/v8/src/snapshot/
serializer.cc 721 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY) |
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 797 RelocInfo::RUNTIME_ENTRY));
867 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
890 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 274 __ call(entry, RelocInfo::RUNTIME_ENTRY);
711 __ call(entry, RelocInfo::RUNTIME_ENTRY);
730 __ call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 337 Operand(reinterpret_cast<int64_t>(base), RelocInfo::RUNTIME_ENTRY));
761 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
784 __ Call(entry, RelocInfo::RUNTIME_ENTRY, condition, src1, src2);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 299 __ call(entry, RelocInfo::RUNTIME_ENTRY);
732 __ call(entry, RelocInfo::RUNTIME_ENTRY);
756 __ call(entry, RelocInfo::RUNTIME_ENTRY);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 275 __ call(entry, RelocInfo::RUNTIME_ENTRY);
987 __ call(entry, RelocInfo::RUNTIME_ENTRY);
1021 __ call(entry, RelocInfo::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/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 709 milliseconds

1 2