Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-literals.cc429 isolate->factory()->CopyFixedArray(fixed_array_values); in Create()
Druntime-debug.cc197 factory->CopyFixedArray(handle(function->bound_arguments(), isolate)); in GetInternalProperties()
/external/v8/src/
Dkeys.cc460 return isolate_->factory()->CopyFixedArray(keys); in GetOwnKeysWithUninitializedEnumCache()
Dbootstrapper.cc5618 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties()
/external/v8/src/heap/
Dfactory.h522 Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
Dfactory.cc1922 elem = *CopyFixedArray(handle(FixedArray::cast(elements), isolate())); in CopyJSObjectWithAllocationSite()
1939 Handle<FixedArray> prop = CopyFixedArray(properties); in CopyJSObjectWithAllocationSite()
2084 Handle<FixedArray> Factory::CopyFixedArray(Handle<FixedArray> array) { in CopyFixedArray() function in v8::internal::Factory
/external/v8/src/debug/
Ddebug.cc2081 Handle<RegExpMatchInfo>::cast(isolate_->factory()->CopyFixedArray(array)); in StartSideEffectCheckMode()