Searched defs:check_prototype (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2805 Label check_prototype; local
2807 j(equal, &check_prototype, Label::kNear);
2813 bind(&check_prototype);
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc5311 Label check_prototype; local
5312 Branch(&check_prototype, eq, a1, Operand(a0));
5317 bind(&check_prototype);
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc4414 Label check_prototype; local
4416 j(equal, &check_prototype, Label::kNear);
4422 bind(&check_prototype);
/external/v8/src/
H A Dobjects.cc2552 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 312 milliseconds