Searched defs:AddElement (Results 1 - 4 of 4) sorted by relevance
/external/webrtc/webrtc/libjingle/xmllite/ |
H A D | xmlelement.cc | 316 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 D | load-elimination.cc | 480 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 D | runtime-i18n.cc | 418 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 D | regexp-ast.h | 360 void AddElement(TextElement elm, Zone* zone) { function in class:v8::internal::final
|
Completed in 436 milliseconds