Home
last modified time | relevance | path

Searched refs:InitState (Results 1 – 13 of 13) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Ddfs-visit.h103 dfs = visitor->InitState(root, root); in DfsVisit()
136 dfs = visitor->InitState(arc.nextstate, root); in DfsVisit()
Dtopsort.h49 bool InitState(StateId s, StateId r) { return true; } in InitState() function
Dconnect.h74 bool InitState(StateId s, StateId root) { in InitState() function
Dminimize.h325 bool InitState(StateId s, StateId root) { in InitState() function
/external/v8/src/arm/
Dcodegen-arm.h40 enum InitState { CONST_INIT, NOT_CONST_INIT }; enum
102 void SetValue(InitState init_state);
284 void StoreToSlot(Slot* slot, InitState init_state);
Dcodegen-arm.cc2468 void CodeGenerator::StoreToSlot(Slot* slot, InitState init_state) { in StoreToSlot()
4415 void Reference::SetValue(InitState init_state) { in SetValue()
/external/v8/src/x64/
Dcodegen-x64.h40 enum InitState { CONST_INIT, NOT_CONST_INIT }; enum
104 void SetValue(InitState init_state);
432 void StoreToSlot(Slot* slot, InitState init_state);
Dcodegen-x64.cc4664 void CodeGenerator::StoreToSlot(Slot* slot, InitState init_state) { in StoreToSlot()
6177 void Reference::SetValue(InitState init_state) { in SetValue()
/external/v8/src/ia32/
Dcodegen-ia32.h40 enum InitState { CONST_INIT, NOT_CONST_INIT }; enum
103 void SetValue(InitState init_state);
431 void StoreToSlot(Slot* slot, InitState init_state);
Dcodegen-ia32.cc4339 void CodeGenerator::StoreToSlot(Slot* slot, InitState init_state) { in StoreToSlot()
7120 void Reference::SetValue(InitState init_state) { in SetValue()
/external/v8/src/mips/
Dcodegen-mips.h41 enum InitState { CONST_INIT, NOT_CONST_INIT }; enum
/external/chromium/base/third_party/symbolize/
Ddemangle.cc174 static void InitState(State *state, const char *mangled, in InitState() function
1225 InitState(&state, mangled, out, out_size); in Demangle()
/external/bluetooth/glib/gobject/
Dgtype.c220 } InitState; typedef
280 InitState init_state;
1247 InitState class_state = node->data->class.init_state; in type_add_interface_Wm()