Searched refs:check_prototype (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | objects.cc | 2552 bool check_prototype, in SetPropertyWithFailedAccessCheck() argument 2554 if (check_prototype && !result->IsProperty()) { in SetPropertyWithFailedAccessCheck() 2584 check_prototype, in SetPropertyWithFailedAccessCheck() 8944 bool check_prototype, in SetElementWithInterceptor() argument 8975 check_prototype, in SetElementWithInterceptor() 9124 bool check_prototype) { in SetFastElement() argument 9137 if (check_prototype && in SetFastElement() 9173 check_prototype); in SetFastElement() 9227 bool check_prototype, in SetDictionaryElement() argument 9285 if (check_prototype) { in SetDictionaryElement() [all …]
|
D | objects.h | 1419 bool check_prototype); 1559 bool check_prototype, 1773 bool check_prototype); 1780 bool check_prototype, 1787 bool check_prototype = true); 1809 bool check_prototype = true, 2133 bool check_prototype, 2140 bool check_prototype,
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 2805 Label check_prototype; in CheckEnumCache() local 2807 j(equal, &check_prototype, Label::kNear); in CheckEnumCache() 2813 bind(&check_prototype); in CheckEnumCache()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 3698 Label check_prototype; in CheckEnumCache() local 3700 b(eq, &check_prototype); in CheckEnumCache() 3706 bind(&check_prototype); in CheckEnumCache()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 4414 Label check_prototype; in CheckEnumCache() local 4416 j(equal, &check_prototype, Label::kNear); in CheckEnumCache() 4422 bind(&check_prototype); in CheckEnumCache()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 5311 Label check_prototype; in CheckEnumCache() local 5312 Branch(&check_prototype, eq, a1, Operand(a0)); in CheckEnumCache() 5317 bind(&check_prototype); in CheckEnumCache()
|