Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dhandler-compiler.cc371 Handle<Map> holder_map(holder()->map()); in GenerateLoadPostInterceptor() local
372 set_map(holder_map); in GenerateLoadPostInterceptor()
408 GenerateApiAccessorCall(masm(), call_optimization, holder_map, in GenerateLoadPostInterceptor()
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc478 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
481 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc527 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
530 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc485 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
488 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.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.cc480 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
483 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc485 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
488 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc470 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
473 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc470 Handle<Map> holder_map(holder()->map()); in CheckPrototypes() local
473 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
/external/v8/src/crankshaft/
Dhydrogen.cc9171 Handle<Map> holder_map; in TryInlineApiCall() local