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

  /external/v8/src/heap/
object-stats.cc 482 if (map_obj->prototype_info()->IsPrototypeInfo()) {
483 PrototypeInfo* info = PrototypeInfo::cast(map_obj->prototype_info());
  /external/v8/src/builtins/
builtins-object.cc 374 Node* prototype_info = local
378 LoadObjectField(prototype_info, PrototypeInfo::kObjectCreateMap);
    [all...]
  /external/v8/src/
objects-printer.cc 554 os << "\n - prototype info: " << Brief(prototype_info());
    [all...]
objects.cc     [all...]
code-stub-assembler.cc 1072 Node* prototype_info = local
    [all...]
objects-inl.h     [all...]
objects.h 529 V(PROTOTYPE_INFO, PrototypeInfo, prototype_info) \
    [all...]

Completed in 191 milliseconds