Searched refs:InitState (Results 1 – 13 of 13) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | dfs-visit.h | 103 dfs = visitor->InitState(root, root); in DfsVisit() 136 dfs = visitor->InitState(arc.nextstate, root); in DfsVisit()
|
D | topsort.h | 49 bool InitState(StateId s, StateId r) { return true; } in InitState() function
|
D | connect.h | 74 bool InitState(StateId s, StateId root) { in InitState() function
|
D | minimize.h | 325 bool InitState(StateId s, StateId root) { in InitState() function
|
/external/v8/src/arm/ |
D | codegen-arm.h | 40 enum InitState { CONST_INIT, NOT_CONST_INIT }; enum 102 void SetValue(InitState init_state); 284 void StoreToSlot(Slot* slot, InitState init_state);
|
D | codegen-arm.cc | 2468 void CodeGenerator::StoreToSlot(Slot* slot, InitState init_state) { in StoreToSlot() 4415 void Reference::SetValue(InitState init_state) { in SetValue()
|
/external/v8/src/x64/ |
D | codegen-x64.h | 40 enum InitState { CONST_INIT, NOT_CONST_INIT }; enum 104 void SetValue(InitState init_state); 432 void StoreToSlot(Slot* slot, InitState init_state);
|
D | codegen-x64.cc | 4664 void CodeGenerator::StoreToSlot(Slot* slot, InitState init_state) { in StoreToSlot() 6177 void Reference::SetValue(InitState init_state) { in SetValue()
|
/external/v8/src/ia32/ |
D | codegen-ia32.h | 40 enum InitState { CONST_INIT, NOT_CONST_INIT }; enum 103 void SetValue(InitState init_state); 431 void StoreToSlot(Slot* slot, InitState init_state);
|
D | codegen-ia32.cc | 4339 void CodeGenerator::StoreToSlot(Slot* slot, InitState init_state) { in StoreToSlot() 7120 void Reference::SetValue(InitState init_state) { in SetValue()
|
/external/v8/src/mips/ |
D | codegen-mips.h | 41 enum InitState { CONST_INIT, NOT_CONST_INIT }; enum
|
/external/chromium/base/third_party/symbolize/ |
D | demangle.cc | 174 static void InitState(State *state, const char *mangled, in InitState() function 1225 InitState(&state, mangled, out, out_size); in Demangle()
|
/external/bluetooth/glib/gobject/ |
D | gtype.c | 220 } InitState; typedef 280 InitState init_state; 1247 InitState class_state = node->data->class.init_state; in type_add_interface_Wm()
|