Home
last modified time | relevance | path

Searched refs:check_prototype (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dobjects.cc2552 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 …]
Dobjects.h1419 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/
Dmacro-assembler-ia32.cc2805 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/
Dmacro-assembler-arm.cc3698 Label check_prototype; in CheckEnumCache() local
3700 b(eq, &check_prototype); in CheckEnumCache()
3706 bind(&check_prototype); in CheckEnumCache()
/external/v8/src/x64/
Dmacro-assembler-x64.cc4414 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/
Dmacro-assembler-mips.cc5311 Label check_prototype; in CheckEnumCache() local
5312 Branch(&check_prototype, eq, a1, Operand(a0)); in CheckEnumCache()
5317 bind(&check_prototype); in CheckEnumCache()