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

/external/v8/src/compiler/
H A Dcode-generator.cc488 InstructionSequence::StateId state_id = local
490 return code()->GetFrameStateDescriptor(state_id);
H A Dinstruction.cc772 InstructionSequence::StateId state_id) {
773 return deoptimization_entries_[state_id.ToInt()];
771 GetFrameStateDescriptor( InstructionSequence::StateId state_id) argument
H A Dinstruction-selector.cc584 InstructionSequence::StateId state_id = variable
586 buffer->instruction_args.push_back(g.TempImmediate(state_id.ToInt()));
1563 InstructionSequence::StateId state_id = local
1565 args.push_back(g.TempImmediate(state_id.ToInt()));
/external/libnfc-nci/src/nfc/tags/
H A Drw_t3t.c119 static char *rw_t3t_state_str (UINT8 state_id);
2570 ** Description Converts state_id to command string for logging
2575 static char *rw_t3t_state_str (UINT8 state_id) argument
2577 switch (state_id)

Completed in 235 milliseconds