Searched defs:AddElement (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/libjingle/xmllite/
H A Dxmlelement.cc316 AddElement(child);
415 void XmlElement::AddElement(XmlElement *child) { function in class:buzz::XmlElement
425 void XmlElement::AddElement(XmlElement *child, int depth) { function in class:buzz::XmlElement
430 element->AddElement(child);
/external/v8/src/compiler/
H A Dload-elimination.cc480 LoadElimination::AbstractState::AddElement(Node* object, Node* index, function in class:v8::internal::compiler::LoadElimination::LoadElimination::AbstractState
816 state = state->AddElement(object, index, node, zone());
856 state = state->AddElement(object, index, new_value, zone());
/external/v8/src/runtime/
H A Druntime-i18n.cc418 bool AddElement(Handle<JSArray> array, int index, int32_t field_id, function in namespace:v8::internal::__anon23456
476 if (!AddElement(result, index, -1, formatted, previous_end_pos, begin_pos,
482 if (!AddElement(result, index, fp.getField(), formatted, begin_pos, end_pos,
490 if (!AddElement(result, index, -1, formatted, previous_end_pos, length,
/external/v8/src/regexp/
H A Dregexp-ast.h360 void AddElement(TextElement elm, Zone* zone) { function in class:v8::internal::final

Completed in 184 milliseconds