Searched refs:CONSTANT_FUNCTION (Results 1 - 23 of 23) sorted by relevance

/external/v8/src/
H A Dproperty.cc70 case CONSTANT_FUNCTION:
130 case CONSTANT_FUNCTION:
H A Dproperty.h124 // a constant function the first time, creating a CONSTANT_FUNCTION
126 // the same CONSTANT_FUNCTION field.
150 : Descriptor(key, function, attributes, CONSTANT_FUNCTION, index) {}
169 case CONSTANT_FUNCTION:
310 case CONSTANT_FUNCTION:
352 ASSERT(type() == CONSTANT_FUNCTION);
358 ASSERT(type() == CONSTANT_FUNCTION);
H A Dproperty-details.h60 CONSTANT_FUNCTION = 2, // only in fast mode enumerator in enum:v8::internal::PropertyType
H A Dic.cc588 if (lookup->type() != CONSTANT_FUNCTION) return false;
641 case CONSTANT_FUNCTION: {
959 case CONSTANT_FUNCTION: {
1222 case CONSTANT_FUNCTION: {
1457 case CONSTANT_FUNCTION:
1877 case CONSTANT_FUNCTION:
H A Dstub-cache.cc180 Code::ComputeMonomorphicFlags(Code::LOAD_IC, CONSTANT_FUNCTION);
262 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CONSTANT_FUNCTION);
563 Code::ComputeMonomorphicFlags(kind, CONSTANT_FUNCTION, extra_state,
1448 return GetCode(CONSTANT_FUNCTION, function_name);
1464 lookup->type() == CONSTANT_FUNCTION) {
H A Dast.cc497 case CONSTANT_FUNCTION:
H A Dobjects-printer.cc265 case CONSTANT_FUNCTION:
H A Dobjects.cc321 case CONSTANT_FUNCTION: {
380 case CONSTANT_FUNCTION: {
623 case CONSTANT_FUNCTION:
2959 case CONSTANT_FUNCTION:
2980 ASSERT(target_descriptors->GetType(number) == CONSTANT_FUNCTION);
3078 case CONSTANT_FUNCTION:
3208 case CONSTANT_FUNCTION:
3350 case CONSTANT_FUNCTION: {
4734 } else if (descs->GetType(i) == CONSTANT_FUNCTION) {
4938 case CONSTANT_FUNCTION
[all...]
H A Dbootstrapper.cc2174 case CONSTANT_FUNCTION: {
H A Dhydrogen-instructions.cc1554 case CONSTANT_FUNCTION:
H A Dmark-compact.cc1899 case CONSTANT_FUNCTION:
H A Dprofile-generator.cc2118 case CONSTANT_FUNCTION:
H A Dobjects-inl.h1982 case CONSTANT_FUNCTION:
H A Druntime.cc1607 ASSERT(lookup.IsReadOnly() && type == CONSTANT_FUNCTION);
10053 case CONSTANT_FUNCTION:
H A Dhydrogen.cc4558 } else if (lookup.IsFound() && lookup.type() == CONSTANT_FUNCTION) {
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc2800 return GetCode(CONSTANT_FUNCTION, name);
2964 return GetCode(CONSTANT_FUNCTION, name);
H A Dlithium-codegen-ia32.cc2234 (lookup.type() == FIELD || lookup.type() == CONSTANT_FUNCTION));
/external/v8/src/x64/
H A Dstub-cache-x64.cc2631 return GetCode(CONSTANT_FUNCTION, name);
2787 return GetCode(CONSTANT_FUNCTION, name);
H A Dlithium-codegen-x64.cc2202 (lookup.type() == FIELD || lookup.type() == CONSTANT_FUNCTION));
/external/v8/src/arm/
H A Dstub-cache-arm.cc2780 return GetCode(CONSTANT_FUNCTION, name);
2917 return GetCode(CONSTANT_FUNCTION, name);
H A Dlithium-codegen-arm.cc2445 (lookup.type() == FIELD || lookup.type() == CONSTANT_FUNCTION));
/external/v8/src/mips/
H A Dstub-cache-mips.cc2777 return GetCode(CONSTANT_FUNCTION, name);
2911 return GetCode(CONSTANT_FUNCTION, name);
H A Dlithium-codegen-mips.cc2323 (lookup.type() == FIELD || lookup.type() == CONSTANT_FUNCTION));

Completed in 409 milliseconds