HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeCEntry (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
code-factory.h 37 static Handle<Code> RuntimeCEntry(Isolate* isolate, int result_size = 1);
code-factory.cc 26 Handle<Code> CodeFactory::RuntimeCEntry(Isolate* isolate, int result_size) {
  /external/v8/src/compiler/
code-assembler.cc 511 HeapConstant(CodeFactory::RuntimeCEntry(isolate(), return_count));
540 HeapConstant(CodeFactory::RuntimeCEntry(isolate(), return_count));

Completed in 97 milliseconds