Home
last modified time | relevance | path

Searched refs:raw_array (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Dliveedit.js226 %LiveEditFunctionSourceUpdated(info.raw_array);
318 %LiveEditReplaceFunctionCode(new_info.raw_array,
319 old_info.raw_array);
840 function FunctionCompileInfo(raw_array) { argument
841 this.function_name = raw_array[0];
842 this.start_position = raw_array[1];
843 this.end_position = raw_array[2];
844 this.param_num = raw_array[3];
845 this.scope_info = raw_array[4];
846 this.outer_index = raw_array[5];
[all …]
/external/v8/src/heap/
Dheap.cc2505 HeapObject* raw_array = nullptr; in AllocateTransitionArray() local
2508 if (!allocation.To(&raw_array)) return allocation; in AllocateTransitionArray()
2510 raw_array->set_map_no_write_barrier(transition_array_map()); in AllocateTransitionArray()
2511 TransitionArray* array = TransitionArray::cast(raw_array); in AllocateTransitionArray()
/external/v8/src/
Delements.cc1122 MaybeHandle<FixedArray> raw_array = in PrependElementIndicesImpl() local
1129 if (!raw_array.ToHandle(&combined_keys)) { in PrependElementIndicesImpl()