Searched refs:DispatchTable (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.h325 class DispatchTable : public ZoneObject { class in namespace:v8::internal
327 explicit DispatchTable(Zone* zone) : tree_(zone) { } function in class:v8::internal::DispatchTable
1065 DispatchTable* GetTable(bool ignore_case);
1123 DispatchTable* table_;
1556 DispatchTableConstructor(DispatchTable* table, bool ignore_case,
1576 DispatchTable* table() { return table_; }
1580 DispatchTable* table_;
H A Djsregexp.cc936 DispatchTable* ChoiceNode::GetTable(bool ignore_case) {
938 table_ = new(zone()) DispatchTable(zone());
4445 void Call(uc16 from, DispatchTable::Entry entry) {
4466 void Call(uc16 from, DispatchTable::Entry entry) {
4685 void Call(uc16 key, DispatchTable::Entry entry);
4691 void DispatchTableDumper::Call(uc16 key, DispatchTable::Entry entry) {
4709 void DispatchTable::Dump() {
5294 void Call(uc16 from, DispatchTable::Entry entry);
5306 void CharacterRangeSplitter::Call(uc16 from, DispatchTable::Entry entry) {
5323 DispatchTable tabl
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc627 DispatchTable table(&zone);
1431 DispatchTable table(&zone);
1447 DispatchTable table(&zone);

Completed in 108 milliseconds