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

  /external/v8/src/compiler/
linkage.h 190 kNoAllocate = 1u << 8,
js-generic-lowering.cc 144 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate,
153 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate,
162 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate,
memory-optimizer.cc 321 if (!(CallDescriptorOf(node->op())->flags() & CallDescriptor::kNoAllocate)) {

Completed in 111 milliseconds