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

  /external/v8/src/interpreter/
bytecode-register-optimizer.cc 241 RegisterInfo* reg_info = register_info_table_[i]; local
242 if (reg_info->materialized()) {
247 while ((equivalent = reg_info->GetEquivalent()) != reg_info) {
249 OutputRegisterTransfer(reg_info, equivalent);
373 RegisterInfo* reg_info = GetRegisterInfo(reg); local
374 if (reg_info->materialized()) {
375 CreateMaterializedEquivalent(reg_info);
377 reg_info->MoveToNewEquivalenceSet(NextEquivalenceId(), true);
379 std::max(max_register_index_, reg_info->register_value().index())
392 RegisterInfo* reg_info = GetRegisterInfo(reg); local
    [all...]
  /system/bt/stack/sdp/
sdp_main.cc 111 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind;
112 sdp_cb.reg_info.pL2CA_ConnectCfm_Cb = sdp_connect_cfm;
113 sdp_cb.reg_info.pL2CA_ConnectPnd_Cb = NULL;
114 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind;
115 sdp_cb.reg_info.pL2CA_ConfigCfm_Cb = sdp_config_cfm;
116 sdp_cb.reg_info.pL2CA_DisconnectInd_Cb = sdp_disconnect_ind;
117 sdp_cb.reg_info.pL2CA_DisconnectCfm_Cb = sdp_disconnect_cfm;
118 sdp_cb.reg_info.pL2CA_QoSViolationInd_Cb = NULL;
119 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind;
120 sdp_cb.reg_info.pL2CA_CongestionStatus_Cb = NULL
    [all...]
sdpint.h 215 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member in struct:__anon2533
  /system/bt/stack/pan/
pan_main.cc 55 tBNEP_REGISTER reg_info; local
57 memset(&reg_info, 0, sizeof(tBNEP_REGISTER));
59 reg_info.p_conn_ind_cb = pan_conn_ind_cb;
60 reg_info.p_conn_state_cb = pan_connect_state_cb;
61 reg_info.p_data_buf_cb = pan_data_buf_ind_cb;
62 reg_info.p_data_ind_cb = NULL;
63 reg_info.p_tx_data_flow_cb = pan_tx_data_flow_cb;
64 reg_info.p_filter_ind_cb = pan_proto_filt_ind_cb;
65 reg_info.p_mfilter_ind_cb = pan_mcast_filt_ind_cb;
67 BNEP_Register(&reg_info);
    [all...]
  /system/bt/stack/gap/
gap_conn.cc 76 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member in struct:__anon2195
118 conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind;
119 conn.reg_info.pL2CA_ConnectCfm_Cb = gap_connect_cfm;
120 conn.reg_info.pL2CA_ConnectPnd_Cb = NULL;
121 conn.reg_info.pL2CA_ConfigInd_Cb = gap_config_ind;
122 conn.reg_info.pL2CA_ConfigCfm_Cb = gap_config_cfm;
123 conn.reg_info.pL2CA_DisconnectInd_Cb = gap_disconnect_ind;
124 conn.reg_info.pL2CA_DisconnectCfm_Cb = NULL;
125 conn.reg_info.pL2CA_QoSViolationInd_Cb = NULL;
126 conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind
    [all...]
  /system/bt/stack/bnep/
bnep_main.cc 87 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind;
88 bnep_cb.reg_info.pL2CA_ConnectCfm_Cb = bnep_connect_cfm;
89 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = bnep_config_ind;
90 bnep_cb.reg_info.pL2CA_ConfigCfm_Cb = bnep_config_cfm;
91 bnep_cb.reg_info.pL2CA_DisconnectInd_Cb = bnep_disconnect_ind;
92 bnep_cb.reg_info.pL2CA_DisconnectCfm_Cb = bnep_disconnect_cfm;
93 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind;
94 bnep_cb.reg_info.pL2CA_CongestionStatus_Cb = bnep_congestion_ind;
97 if (!L2CA_Register(BT_PSM_BNEP, &bnep_cb.reg_info)) {
bnep_int.h 173 tL2CAP_APPL_INFO reg_info; member in struct:__anon2145
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c     [all...]
  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 62 tL2CAP_APPL_INFO* p_l2c = &rfc_cb.rfc.reg_info;
rfc_int.h 218 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member in struct:__anon2521
  /frameworks/native/services/sensorservice/
SensorService.cpp 499 const SensorRegistrationInfo& reg_info = mLastNSensorRegistrations[currentIndex]; local
500 if (SensorRegistrationInfo::isSentinel(reg_info)) {
506 result.appendFormat("%s\n", reg_info.dump().c_str());
    [all...]

Completed in 187 milliseconds