Home
last modified time | relevance | path

Searched refs:CopyFixedArray (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/debug/
Ddebug-evaluate.cc195 isolate->factory()->CopyFixedArray(it.CurrentContext())); in ContextBuilder()
209 isolate->factory()->CopyFixedArray(it.CurrentContext())); in ContextBuilder()
/external/v8/src/runtime/
Druntime-literals.cc189 isolate->factory()->CopyFixedArray(fixed_array_values); in CreateArrayLiteralBoilerplate()
Druntime-debug.cc173 factory->CopyFixedArray(handle(function->bound_arguments(), isolate)); in GetInternalProperties()
/external/v8/src/heap/
Dheap-inl.h182 AllocationResult Heap::CopyFixedArray(FixedArray* src) { in CopyFixedArray() function
Dheap.h2081 MUST_USE_RESULT inline AllocationResult CopyFixedArray(FixedArray* src);
Dheap.cc3583 allocation = CopyFixedArray(FixedArray::cast(elements)); in CopyJSObject()
3593 AllocationResult allocation = CopyFixedArray(properties); in CopyJSObject()
/external/v8/src/
Dfactory.h326 Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
Dtype-feedback-vector.cc167 isolate->factory()->CopyFixedArray(Handle<FixedArray>::cast(vector))); in Copy()
Dfactory.cc1046 Handle<FixedArray> Factory::CopyFixedArray(Handle<FixedArray> array) { in CopyFixedArray() function in v8::internal::Factory
1048 isolate()->heap()->CopyFixedArray(*array), in CopyFixedArray()
Dbootstrapper.cc3316 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties()
Dapi.cc3762 auto elms = isolate->factory()->CopyFixedArray(value); in GetPropertyNames()
3785 auto elms = isolate->factory()->CopyFixedArray(value); in GetOwnPropertyNames()