Home
last modified time | relevance | path

Searched refs:holder_map (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/ic/
Dhandler-compiler.cc386 Handle<Map> holder_map(holder()->map()); in GenerateLoadPostInterceptor() local
387 set_map(holder_map); in GenerateLoadPostInterceptor()
423 GenerateApiAccessorCall(masm(), call_optimization, holder_map, in GenerateLoadPostInterceptor()
/external/v8/src/
Dlookup.cc556 Map* holder_map = holder_->map(); in GetFieldIndex() local
558 holder_map->instance_descriptors()->GetFieldIndex(descriptor_number()); in GetFieldIndex()
560 return FieldIndex::ForPropertyIndex(holder_map, index, is_double); in GetFieldIndex()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc514 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
517 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc477 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
480 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc488 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
491 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc469 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
472 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc469 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
472 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/s390/
Dhandler-compiler-s390.cc451 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
454 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc484 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
487 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc483 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
486 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc484 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
487 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/crankshaft/
Dhydrogen.cc9439 Handle<Map> holder_map; in TryInlineApiCall() local