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

  /external/v8/src/
ic-inl.h 118 !object->HasFastProperties() &&
objects-debug.cc 281 if (HasFastProperties()) {
782 if (HasFastProperties()) {
bootstrapper.cc     [all...]
objects.cc 423 ASSERT(!HasFastProperties());
434 ASSERT(!HasFastProperties());
460 ASSERT(!HasFastProperties());
496 ASSERT(!HasFastProperties());
547 || !HasFastProperties();
    [all...]
ic.cc 181 !JSObject::cast(current)->HasFastProperties() &&
    [all...]
handles.cc 706 if (object->HasFastProperties()) {
    [all...]
objects-printer.cc 252 if (HasFastProperties()) {
stub-cache.cc 104 ASSERT(receiver->IsGlobalObject() || receiver->HasFastProperties());
    [all...]
objects-inl.h     [all...]
runtime.cc 152 if (copy->HasFastProperties()) {
370 !is_result_from_cache && boilerplate->HasFastProperties();
    [all...]
heap.cc     [all...]
profile-generator.cc     [all...]
objects.h     [all...]
api.cc     [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]

Completed in 53 milliseconds