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

  /art/compiler/dex/quick/
gen_invoke.cc 723 int Mir2Lir::LoadArgRegs(CallInfo* info, int call_state,
753 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
756 return call_state;
767 int call_state, LIR** pcrLabel, NextCallInsn next_call_insn,
775 return call_state;
777 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
1743 int call_state = 0; local
    [all...]
mir_to_lir.h     [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_util.h 57 const char* dump_hf_call_state(bthf_call_state_t call_state);
  /art/compiler/dex/quick/arm64/
target_arm64.cc     [all...]
codegen_arm64.h 237 int GenDalvikArgsNoRange(CallInfo* info, int call_state, LIR** pcrLabel,
244 int GenDalvikArgsRange(CallInfo* info, int call_state, LIR** pcrLabel,
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 403 const char* dump_hf_call_state(bthf_call_state_t call_state)
405 switch(call_state)
btif_hf.c 239 static UINT8 callstate_to_callsetup(bthf_call_state_t call_state)
242 if (call_state == BTHF_CALL_STATE_INCOMING)
244 if (call_state == BTHF_CALL_STATE_DIALING)
246 if (call_state == BTHF_CALL_STATE_ALERTING)
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]
codegen_x86.h 330 int GenDalvikArgsNoRange(CallInfo* info, int call_state, LIR** pcrLabel,
337 int GenDalvikArgsRange(CallInfo* info, int call_state, LIR** pcrLabel,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 946 static CallState call_state = NORMAL; local
    [all...]

Completed in 1153 milliseconds