HomeSort by relevance Sort by last modified time
    Searched refs:JSArray (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /external/chromium_org/v8/src/
liveedit.h 87 static JSArray* GatherCompileInfo(Handle<Script> script,
90 static void WrapSharedFunctionInfos(Handle<JSArray> array);
93 Handle<JSArray> new_compile_info_array,
94 Handle<JSArray> shared_info_array);
96 static MaybeObject* FunctionSourceUpdated(Handle<JSArray> shared_info_array);
103 Handle<JSArray> shared_info_array, Handle<JSArray> position_change_array);
123 static Handle<JSArray> CheckAndDropActivations(
124 Handle<JSArray> shared_info_array, bool do_drop);
142 static Handle<JSArray> CompareStrings(Handle<String> s1
    [all...]
messages.h 48 v8::internal::Handle<v8::internal::JSArray> args,
52 v8::internal::Handle<v8::internal::JSArray> args() const { return args_; }
56 v8::internal::Handle<v8::internal::JSArray> const args_;
99 Handle<JSArray> stack_frames);
elements.h 112 MUST_USE_RESULT virtual MaybeObject* SetLength(JSArray* holder,
115 // Modifies both the length and capacity of a JSArray, resizing the underlying
121 MUST_USE_RESULT virtual MaybeObject* SetCapacityAndLength(JSArray* array,
140 // the source JSObject or JSArray in source_holder. If the holder's backing
204 JSArray* array, Arguments* args);
liveedit.cc 349 // A helper class that writes chunk numbers into JSArray.
356 Handle<JSArray> GetResult() {
377 Handle<JSArray> array_;
412 // Stores compare result in JSArray. Converts substring positions
527 // Stores compare result in JSArray. For each chunk tries to conduct
569 Handle<JSArray> GetResult() {
586 Handle<JSArray> LiveEdit::CompareStrings(Handle<String> s1,
652 static int GetArrayLength(Handle<JSArray> array) {
660 // JSArray object. This is an adhoc method of passing structures from C++
667 Handle<JSArray> array = factory->NewJSArray(S::kSize_)
    [all...]
builtins.cc 206 JSArray* array;
208 array = JSArray::cast((*args)[0]);
377 JSArray* array = JSArray::cast(receiver);
425 JSArray* receiver) {
472 JSArray* array = JSArray::cast(receiver);
585 JSArray* array = JSArray::cast(receiver);
617 if (!IsJSArrayFastElementMovingAllowed(heap, JSArray::cast(receiver)))
    [all...]
factory.h 315 Handle<JSArray> NewJSArray(
320 Handle<JSArray> NewJSArrayWithElements(
325 void SetElementsCapacityAndLength(Handle<JSArray> array,
329 void SetContent(Handle<JSArray> array, Handle<FixedArrayBase> elements);
331 void EnsureCanContainHeapObjectElements(Handle<JSArray> array);
332 void EnsureCanContainElements(Handle<JSArray> array,
391 Handle<JSArray> args);
392 Handle<String> EmergencyNewError(const char* message, Handle<JSArray> args);
409 Handle<Object> NewSyntaxError(const char* message, Handle<JSArray> args);
492 Handle<JSArray> arguments
    [all...]
messages.cc 65 Handle<JSArray> stack_frames) {
73 Handle<JSArray> arguments_handle =
factory.cc 744 Handle<JSArray> args) {
774 Handle<JSArray> object = NewJSArrayWithElements(array);
793 Handle<JSArray> args) {
831 Handle<JSArray> args) {
    [all...]
  /external/v8/src/
liveedit.h 87 static JSArray* GatherCompileInfo(Handle<Script> script,
90 static void WrapSharedFunctionInfos(Handle<JSArray> array);
93 Handle<JSArray> new_compile_info_array,
94 Handle<JSArray> shared_info_array);
96 static MaybeObject* FunctionSourceUpdated(Handle<JSArray> shared_info_array);
103 Handle<JSArray> shared_info_array, Handle<JSArray> position_change_array);
123 static Handle<JSArray> CheckAndDropActivations(
124 Handle<JSArray> shared_info_array, bool do_drop);
138 static Handle<JSArray> CompareStrings(Handle<String> s1
    [all...]
messages.h 48 v8::internal::Handle<v8::internal::JSArray> args,
52 v8::internal::Handle<v8::internal::JSArray> args() const { return args_; }
56 v8::internal::Handle<v8::internal::JSArray> const args_;
98 Handle<JSArray> stack_frames);
elements.h 73 virtual MaybeObject* SetLength(JSArray* holder,
76 // Modifies both the length and capacity of a JSArray, resizing the underlying
82 virtual MaybeObject* SetCapacityAndLength(JSArray* array,
101 // the source JSObject or JSArray in source_holder. If the holder's backing
liveedit.cc 346 // A helper class that writes chunk numbers into JSArray.
353 Handle<JSArray> GetResult() {
371 Handle<JSArray> array_;
406 // Stores compare result in JSArray. Converts substring positions
521 // Stores compare result in JSArray. For each chunk tries to conduct
562 Handle<JSArray> GetResult() {
579 Handle<JSArray> LiveEdit::CompareStrings(Handle<String> s1,
638 // JSArray object. This is an adhoc method of passing structures from C++
644 Handle<JSArray> array = FACTORY->NewJSArray(S::kSize_);
648 JSArray* array = JSArray::cast(object)
    [all...]
builtins.cc 194 JSArray* array;
196 array = JSArray::cast((*args)[0]);
240 return array->Initialize(JSArray::kPreallocatedArrayElements);
411 JSArray* array = JSArray::cast(receiver);
449 JSArray* receiver) {
497 JSArray* array = JSArray::cast(receiver);
553 JSArray* array = JSArray::cast(receiver)
    [all...]
factory.h 266 Handle<JSArray> NewJSArray(int capacity,
270 Handle<JSArray> NewJSArrayWithElements(
275 void SetElementsCapacityAndLength(Handle<JSArray> array,
279 void SetContent(Handle<JSArray> array, Handle<FixedArrayBase> elements);
281 void EnsureCanContainHeapObjectElements(Handle<JSArray> array);
282 void EnsureCanContainElements(Handle<JSArray> array,
331 Handle<JSArray> args);
348 Handle<Object> NewSyntaxError(const char* type, Handle<JSArray> args);
436 Handle<JSArray> arguments,
api.h 181 v8::internal::Handle<v8::internal::JSArray> obj);
187 v8::internal::Handle<v8::internal::JSArray> obj);
217 static inline v8::internal::Handle<v8::internal::JSArray>
227 static inline v8::internal::Handle<v8::internal::JSArray>
273 MAKE_TO_LOCAL(ToLocal, JSArray, Array)
280 MAKE_TO_LOCAL(StackTraceToLocal, JSArray, StackTrace)
306 MAKE_OPEN_HANDLE(Array, JSArray)
313 MAKE_OPEN_HANDLE(StackTrace, JSArray)
messages.cc 63 Handle<JSArray> stack_frames) {
70 Handle<JSArray> arguments_handle =
handles.h 213 Handle<JSArray> array);
245 Handle<JSArray> GetKeysFor(Handle<JSReceiver> object, bool* threw);
elements.cc 447 virtual MaybeObject* SetLength(JSArray* array,
457 virtual MaybeObject* SetCapacityAndLength(JSArray* array,
629 JSArray* array,
704 ? Smi::cast(JSArray::cast(obj)->length())->value()
    [all...]
factory.cc 624 Handle<Object> Factory::NewSyntaxError(const char* type, Handle<JSArray> args) {
652 Handle<JSArray> object = NewJSArrayWithElements(array);
672 Handle<JSArray> args) {
948 Handle<JSArray> Factory::NewJSArray(int capacity,
958 JSArray);
962 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements,
970 JSArray);
974 void Factory::SetElementsCapacityAndLength(Handle<JSArray> array,
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 105 // Allocate an empty JSArray. The allocated array is put into the result
115 const int initial_capacity = JSArray::kPreallocatedArrayElements;
119 // Allocate the JSArray object together with space for a fixed array with the
121 int size = JSArray::kSize;
132 // Allocated the JSArray. Now initialize the fields except for the elements
139 __ str(scratch1, FieldMemOperand(result, JSArray::kPropertiesOffset));
140 // Field JSArray::kElementsOffset is initialized later.
142 __ str(scratch3, FieldMemOperand(result, JSArray::kLengthOffset));
145 __ str(scratch1, FieldMemOperand(result, JSArray::kElementsOffset));
150 // of the JSArray
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 888 // Allocate an empty JSArray. The allocated array is put into the result
899 const int initial_capacity = JSArray::kPreallocatedArrayElements;
904 // Allocate the JSArray object together with space for a fixed array with th
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 109 // Allocate an empty JSArray. The allocated array is put into the result
119 const int initial_capacity = JSArray::kPreallocatedArrayElements;
123 // Allocate the JSArray object together with space for a fixed array with the
125 int size = JSArray::kSize;
135 // Allocated the JSArray. Now initialize the fields except for the elements
142 __ sw(scratch1, FieldMemOperand(result, JSArray::kPropertiesOffset));
143 // Field JSArray::kElementsOffset is initialized later.
145 __ sw(scratch3, FieldMemOperand(result, JSArray::kLengthOffset));
148 __ sw(scratch1, FieldMemOperand(result, JSArray::kElementsOffset));
153 // of the JSArray
    [all...]
  /external/v8/src/x64/
builtins-x64.cc     [all...]
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 348 __ ldr(r0, FieldMemOperand(receiver, JSArray::kLengthOffset));
    [all...]
  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc 304 __ mov(eax, FieldOperand(receiver, JSArray::kLengthOffset));
    [all...]

Completed in 1050 milliseconds

1 2 3 4 5 6