Searched defs:check_prototype (Results 1 - 5 of 5) sorted by relevance
/external/v8/src/ia32/ |
H A D | macro-assembler-ia32.cc | 2805 Label check_prototype; local 2807 j(equal, &check_prototype, Label::kNear); 2813 bind(&check_prototype);
|
/external/v8/src/mips/ |
H A D | macro-assembler-mips.cc | 5311 Label check_prototype; local 5312 Branch(&check_prototype, eq, a1, Operand(a0)); 5317 bind(&check_prototype);
|
/external/v8/src/x64/ |
H A D | macro-assembler-x64.cc | 4414 Label check_prototype; local 4416 j(equal, &check_prototype, Label::kNear); 4422 bind(&check_prototype);
|
/external/chromium_org/v8/src/ |
H A D | objects.cc | 3344 bool check_prototype, 3346 if (check_prototype && !result->IsProperty()) { 3376 check_prototype, 11539 bool check_prototype, 11565 check_prototype, 11719 bool check_prototype) { 11744 if (check_prototype && 11796 check_prototype); 11864 bool check_prototype, 11923 if (check_prototype) { 3340 SetPropertyWithFailedAccessCheck( LookupResult* result, Name* name, Object* value, bool check_prototype, StrictModeFlag strict_mode) argument 11535 SetElementWithInterceptor(uint32_t index, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument 11716 SetFastElement(uint32_t index, Object* value, StrictModeFlag strict_mode, bool check_prototype) argument 11860 SetDictionaryElement(uint32_t index, Object* value_raw, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument 12000 SetFastDoubleElement( uint32_t index, Object* value, StrictModeFlag strict_mode, bool check_prototype) argument 12151 SetElement(uint32_t index, Object* value_raw, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument 12272 SetElementWithoutInterceptor(uint32_t index, Object* value, PropertyAttributes attr, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument [all...] |
/external/v8/src/ |
H A D | objects.cc | 2552 bool check_prototype, 2554 if (check_prototype && !result->IsProperty()) { 2584 check_prototype, 8944 bool check_prototype, 8975 check_prototype, 9124 bool check_prototype) { 9137 if (check_prototype && 9173 check_prototype); 9227 bool check_prototype, 9285 if (check_prototype) { 2548 SetPropertyWithFailedAccessCheck( LookupResult* result, String* name, Object* value, bool check_prototype, StrictModeFlag strict_mode) argument 8940 SetElementWithInterceptor(uint32_t index, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument 9121 SetFastElement(uint32_t index, Object* value, StrictModeFlag strict_mode, bool check_prototype) argument 9223 SetDictionaryElement(uint32_t index, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument 9362 SetFastDoubleElement( uint32_t index, Object* value, StrictModeFlag strict_mode, bool check_prototype) argument 9502 SetElement(uint32_t index, Object* value, PropertyAttributes attributes, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument 9569 SetElementWithoutInterceptor(uint32_t index, Object* value, PropertyAttributes attr, StrictModeFlag strict_mode, bool check_prototype, SetPropertyMode set_mode) argument [all...] |
Completed in 369 milliseconds