Searched defs:receiver_maps (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/ia32/
H A Dstub-cache-ia32.cc2668 MapHandleList* receiver_maps,
2681 for (int i = 0; i < receiver_maps->length(); ++i) {
2682 __ cmp(edi, receiver_maps->at(i));
3098 MapHandleList* receiver_maps,
3110 int receiver_count = receiver_maps->length();
3112 __ cmp(map_reg, receiver_maps->at(current));
2667 CompileStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument
3097 CompileLoadPolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_ics) argument
/external/v8/src/
H A Dic.cc1036 MapHandleList* receiver_maps,
1039 CodeHandleList handler_ics(receiver_maps->length());
1040 for (int i = 0; i < receiver_maps->length(); ++i) {
1041 Handle<Map> receiver_map = receiver_maps->at(i);
1048 receiver_maps, &handler_ics);
1486 static bool AddOneReceiverMapIfMissing(MapHandleList* receiver_maps, argument
1489 for (int current = 0; current < receiver_maps->length(); ++current) {
1490 if (!receiver_maps->at(current).is_null() &&
1491 receiver_maps->at(current).is_identical_to(new_receiver_map)) {
1495 receiver_maps
1035 ComputePolymorphicStub( MapHandleList* receiver_maps, StrictModeFlag strict_mode, KeyedAccessGrowMode growth_mode) argument
1679 ComputePolymorphicStub( MapHandleList* receiver_maps, StrictModeFlag strict_mode, KeyedAccessGrowMode grow_mode) argument
[all...]
/external/v8/src/x64/
H A Dstub-cache-x64.cc2499 MapHandleList* receiver_maps,
2512 int receiver_count = receiver_maps->length();
2515 __ Cmp(rdi, receiver_maps->at(i));
2920 MapHandleList* receiver_maps,
2932 int receiver_count = receiver_maps->length();
2935 __ Cmp(map_reg, receiver_maps->at(current));
2498 CompileStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument
2919 CompileLoadPolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_ics) argument
/external/v8/src/arm/
H A Dstub-cache-arm.cc3040 MapHandleList* receiver_maps,
3050 int receiver_count = receiver_maps->length();
3053 __ mov(ip, Operand(receiver_maps->at(current)));
3125 MapHandleList* receiver_maps,
3138 int receiver_count = receiver_maps->length();
3141 __ mov(ip, Operand(receiver_maps->at(i)));
3039 CompileLoadPolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_ics) argument
3124 CompileStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument
/external/v8/src/mips/
H A Dstub-cache-mips.cc3030 MapHandleList* receiver_maps,
3040 int receiver_count = receiver_maps->length();
3044 eq, a2, Operand(receiver_maps->at(current)));
3114 MapHandleList* receiver_maps,
3127 int receiver_count = receiver_maps->length();
3132 a3, Operand(receiver_maps->at(i)));
3135 __ Branch(&next_map, ne, a3, Operand(receiver_maps->at(i)));
3029 CompileLoadPolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_ics) argument
3113 CompileStorePolymorphic( MapHandleList* receiver_maps, CodeHandleList* handler_stubs, MapHandleList* transitioned_maps) argument

Completed in 108 milliseconds