HomeSort by relevance Sort by last modified time
    Searched refs:state_id (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/services/
psci.h 104 #define psci_make_powerstate(state_id, type, afflvl) \
105 (((state_id) & PSTATE_ID_MASK) << PSTATE_ID_SHIFT) |\
  /external/v8/src/compiler/
code-generator.cc 670 int const state_id = i.InputInt32(frame_state_offset); local
671 return code()->GetDeoptimizationEntry(state_id);
    [all...]
instruction.cc 952 int state_id) {
953 return deoptimization_entries_[state_id];
    [all...]
instruction-selector.cc 768 int const state_id = sequence()->AddDeoptimizationEntry( variable
771 buffer->instruction_args.push_back(g.TempImmediate(state_id));
2527 int const state_id = local
    [all...]

Completed in 223 milliseconds