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

  /external/chromium_org/v8/src/
deoptimizer.h 773 class SlotRef BASE_EMBEDDED {
786 // this SlotRef in the depth-first order.)
792 SlotRef()
795 SlotRef(Address addr, SlotRepresentation representation)
798 SlotRef(Isolate* isolate, Object* literal)
801 static SlotRef NewArgumentsObject(int length) {
802 SlotRef slot;
808 static SlotRef NewDeferredObject(int length) {
809 SlotRef slot;
817 static SlotRef NewDuplicateObject(int id)
    [all...]
deoptimizer.cc     [all...]

Completed in 51 milliseconds