HomeSort by relevance Sort by last modified time
    Searched full:jsarray (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /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);
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...]
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);
factory.h 334 Handle<JSArray> NewJSArray(
339 Handle<JSArray> NewJSArrayWithElements(
344 void SetElementsCapacityAndLength(Handle<JSArray> array,
348 void SetContent(Handle<JSArray> array, Handle<FixedArrayBase> elements);
405 Handle<JSArray> args);
406 Handle<String> EmergencyNewError(const char* message, Handle<JSArray> args);
423 Handle<Object> NewSyntaxError(const char* message, Handle<JSArray> args);
514 Handle<JSArray> arguments,
builtins.cc 308 JSArray* array = JSArray::cast(receiver);
358 JSArray* receiver) {
406 JSArray* array = JSArray::cast(receiver);
519 JSArray* array = JSArray::cast(receiver);
551 if (!IsJSArrayFastElementMovingAllowed(heap, JSArray::cast(receiver))) {
554 JSArray* array = JSArray::cast(receiver)
    [all...]
messages.cc 65 Handle<JSArray> stack_frames) {
73 Handle<JSArray> arguments_handle =
accessors.cc 101 JSArray::kLengthOffset, object_offset);
145 JSArray* holder = FindInstanceOf<JSArray>(isolate, object);
174 // This means one of the object's prototypes is a JSArray and the
186 Handle<JSArray> array_handle = Handle<JSArray>::cast(object);
411 Handle<JSArray> js_array =
allocation-site-scopes.cc 93 object->IsJSArray() ? "JSArray" : "JSObject",
factory.cc 832 Handle<JSArray> args) {
862 Handle<JSArray> object = NewJSArrayWithElements(array);
881 Handle<JSArray> args) {
919 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);
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...]
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
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,
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.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...]
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 =
  /external/chromium_org/v8/test/mjsunit/regress/
regress-900.js 28 // Check that we allow accessors on JSArray elements.
  /external/v8/test/mjsunit/regress/
regress-900.js 28 // Check that we allow accessors on JSArray elements.
  /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/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/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...]

Completed in 281 milliseconds

1 2 3 4 5 6 7