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

  /external/v8/src/compiler/
js-generic-lowering.cc 217 Node* stub_code = jsgraph()->HeapConstant(callable.code()); local
218 node->InsertInput(zone(), 0, stub_code); local
567 Node* stub_code = jsgraph()->HeapConstant(callable.code()); local
572 node->InsertInput(zone(), 0, stub_code); local
591 Node* stub_code = jsgraph()->HeapConstant(callable.code()); local
593 node->InsertInput(zone(), 0, stub_code); local
    [all...]
js-typed-lowering.cc 1536 Node* stub_code = jsgraph()->HeapConstant(callable.code()); local
1549 Node* stub_code = jsgraph()->HeapConstant(callable.code()); local
1831 Node* stub_code = jsgraph()->HeapConstant(callable.code()); local
1894 Node* stub_code = jsgraph()->HeapConstant(callable.code()); local
1928 Node* stub_code = jsgraph()->HeapConstant(callable.code()); local
1984 Node* stub_code = jsgraph()->HeapConstant(callable.code()); local
    [all...]
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 443 Node* stub_code = m.HeapConstant(callable.code()); local
444 Node* call = m.CallNWithFrameState(descriptor, stub_code, args, state_node);
556 Node* stub_code = m.HeapConstant(callable.code()); local
557 Node* call = m.CallNWithFrameState(descriptor, stub_code, args, state_node);

Completed in 513 milliseconds