Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs-hydrogen.cc495 HValue* capacity = AddLoadFixedArrayLength(elements); in BuildCodeStub()
1389 HValue* length = AddLoadFixedArrayLength(properties); in BuildCodeStub()
1479 HInstruction* elements_length = AddLoadFixedArrayLength(elements); in BuildCodeStub()
/external/v8/src/crankshaft/
Dhydrogen.cc1576 HValue* current_capacity = AddLoadFixedArrayLength(elements); in BuildCheckForCapacityGrow()
1632 HValue* capacity = AddLoadFixedArrayLength(elements); in BuildCopyElementsOnWrite()
1673 HInstruction* elements_length = AddLoadFixedArrayLength(elements); in BuildTransitionElementsKind()
2154 HValue* mask = AddLoadFixedArrayLength(number_string_cache); in BuildNumberToString()
2802 length = AddLoadFixedArrayLength(elements); in BuildUncheckedMonomorphicElementAccess()
3076 HLoadNamedField* HGraphBuilder::AddLoadFixedArrayLength( in AddLoadFixedArrayLength() function in v8::internal::HGraphBuilder
3137 to = AddLoadFixedArrayLength(elements); in BuildFillElementsWithValue()
3352 HValue* capacity = AddLoadFixedArrayLength(boilerplate_elements); in BuildCloneShallowArrayNonEmpty()
5502 Push(AddLoadFixedArrayLength(array)); in BuildForInBody()
Dhydrogen.h1507 HLoadNamedField* AddLoadFixedArrayLength(HValue *object,