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

  /art/compiler/dex/quick/
gen_invoke.cc 616 int Mir2Lir::LoadArgRegs(CallInfo* info, int call_state,
642 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
645 return call_state;
656 int call_state, LIR** pcrLabel, NextCallInsn next_call_insn,
664 return call_state;
666 call_state = next_call_insn(cu_, info, call_state, target_method, vtable_idx,
687 call_state = next_call_insn(cu_, info, call_state, target_method
1359 int call_state = 0; local
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 626 // reentrancy; |call_state| tracks whether we're reentrant. We can't just
629 static CallState call_state = NORMAL; local
634 is_animating || (call_state == REENTRANT_FORCE_FAST_RESIZE);
654 AutoReset<CallState> resetter(&call_state,
665 if ((call_state == NORMAL) && !is_animating) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 891 // reentrancy; |call_state| tracks whether we're reentrant. We can't just
894 static CallState call_state = NORMAL; local
899 is_animating || (call_state == REENTRANT_FORCE_FAST_RESIZE);
    [all...]

Completed in 291 milliseconds