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

  /external/v8/test/cctest/
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/
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
assembler.h 394 // Everything after runtime_entry (inclusive) is not GC'ed.
395 RUNTIME_ENTRY,
463 return mode == RUNTIME_ENTRY;
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]

Completed in 529 milliseconds