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

  /external/v8/src/
code-factory.h 101 static Callable AllocateInNewSpace(Isolate* isolate);
code-factory.cc 306 Callable CodeFactory::AllocateInNewSpace(Isolate* isolate) {
interface-descriptors.h 50 V(AllocateInNewSpace) \
code-stubs.h 65 V(AllocateInNewSpace) \
    [all...]
  /external/v8/src/compiler/
change-lowering.cc 557 Callable callable = CodeFactory::AllocateInNewSpace(isolate());
  /external/v8/src/runtime/
runtime.h 318 F(AllocateInNewSpace, 1, 1) \
    [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]

Completed in 178 milliseconds