Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs-hydrogen.cc352 HValue* elements = AddLoadElements(boilerplate); in BuildCodeStub()
668 HValue* elements = AddLoadElements(receiver, static_cast<HValue*>(NULL)); in BuildCodeStub()
1569 HValue* elements = AddLoadElements(receiver); in BuildCodeStub()
1729 HValue* elements = AddLoadElements(receiver); in BuildCodeStub()
Dhydrogen.cc1407 HInstruction* elements = AddLoadElements(object); in BuildTransitionElementsKind()
2423 HValue* elements = AddLoadElements(checked_object); in BuildUncheckedMonomorphicElementAccess()
2708 HLoadNamedField* HGraphBuilder::AddLoadElements(HValue* object, in AddLoadElements() function in v8::internal::HGraphBuilder
2936 HValue* elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayCow()
2972 HValue* boilerplate_elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayNonEmpty()
3002 boilerplate_elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayNonEmpty()
5768 elements = AddLoadElements(literal); in VisitArrayLiteral()
8279 HValue* elements = AddLoadElements(checked_object); in TryInlineBuiltinMethodCall()
8411 HValue* elements = AddLoadElements(receiver); in TryInlineBuiltinMethodCall()
8812 HValue* elements = AddLoadElements(receiver); in BuildArrayIndexOf()
Dhydrogen.h1444 HLoadNamedField* AddLoadElements(HValue* object,