Home
last modified time | relevance | path

Searched refs:kLengthDescriptorIndex (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-function-gen.cc51 JSFunction::kLengthDescriptorIndex, JSFunction::kNameDescriptorIndex)); in TF_BUILTIN()
62 const int length_index = JSFunction::kLengthDescriptorIndex; in TF_BUILTIN()
/external/v8/src/objects/
Djs-array.h84 static const int kLengthDescriptorIndex = 0; variable
Dliteral-objects.cc466 STATIC_ASSERT(JSFunction::kLengthDescriptorIndex == 0); in BuildClassBoilerplate()
/external/v8/src/heap/
Dfactory.cc3920 STATIC_ASSERT(JSFunction::kLengthDescriptorIndex == 0); in CreateSloppyFunctionMap()
3996 STATIC_ASSERT(JSFunction::kLengthDescriptorIndex == 0); in CreateStrictFunctionMap()
4058 STATIC_ASSERT(JSFunction::kLengthDescriptorIndex == 0); in CreateClassFunctionMap()
/external/v8/src/
Dobjects.h3184 static const int kLengthDescriptorIndex = 0;
Dbootstrapper.cc1689 STATIC_ASSERT(JSArray::kLengthDescriptorIndex == 0); in InitializeGlobal()
Dcode-stub-assembler.cc2832 int length_index = JSArray::kLengthDescriptorIndex; in EnsureArrayLengthWritable()
/external/v8/src/compiler/
Djs-call-reducer.cc435 if (descriptors->GetKey(JSFunction::kLengthDescriptorIndex) != in ReduceFunctionPrototypeBind()
439 if (!descriptors->GetStrongValue(JSFunction::kLengthDescriptorIndex) in ReduceFunctionPrototypeBind()