deoptimizer.h | 784 : addr_(NULL), representation_(UNKNOWN) { } 787 : addr_(addr), representation_(representation) { } 790 : literal_(literal, isolate), representation_(LITERAL) { } 793 switch (representation_) { 837 SlotRepresentation representation_; member in class:v8::internal::BASE_EMBEDDED
|