HomeSort by relevance Sort by last modified time
    Searched refs:MANUAL (Results 26 - 50 of 52) sorted by null

12 3

  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 627 // Tell the system that we have a stack frame. Because the type is MANUAL, no
629 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]
macro-assembler-ia32.cc     [all...]
full-codegen-ia32.cc 135 // MANUAL indicates that the scope shouldn't actually generate code to set up
137 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
lithium-codegen-ia32.cc 55 // MANUAL indicates that the scope shouldn't actually generate code to set up
57 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 586 // Tell the system that we have a stack frame. Because the type is MANUAL,
588 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]
code-stubs-mips.cc 184 // Load the double value and perform a manual truncation.
    [all...]
macro-assembler-mips.cc     [all...]
full-codegen-mips.cc 153 // MANUAL indicates that the scope shouldn't actually generate code to set up
155 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.cc 622 // Tell the system that we have a stack frame. Because the type is MANUAL,
624 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]
code-stubs-mips64.cc 182 // Load the double value and perform a manual truncation.
    [all...]
macro-assembler-mips64.cc     [all...]
full-codegen-mips64.cc 151 // MANUAL indicates that the scope shouldn't actually generate code to set up
153 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 649 // Tell the system that we have a stack frame. Because the type is MANUAL, no
651 FrameScope scope(&masm_, StackFrame::MANUAL);
    [all...]
macro-assembler-x64.cc 746 FrameScope frame(this, StackFrame::MANUAL);
776 FrameScope frame(this, StackFrame::MANUAL);
    [all...]
full-codegen-x64.cc 135 // MANUAL indicates that the scope shouldn't actually generate code to set up
137 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
lithium-codegen-x64.cc 54 // MANUAL indicates that the scope shouldn't actually generate code to set up
56 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
  /external/chromium_org/v8/src/x87/
regexp-macro-assembler-x87.cc 626 // Tell the system that we have a stack frame. Because the type is MANUAL, no
628 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]
macro-assembler-x87.cc     [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc     [all...]
macro-assembler-arm.cc     [all...]
full-codegen-arm.cc 145 // MANUAL indicates that the scope shouldn't actually generate code to set up
147 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.cc 676 // Tell the system that we have a stack frame. Because the type is MANUAL, no
678 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]
macro-assembler-arm64.cc     [all...]
full-codegen-arm64.cc 142 // The MANUAL indicates that the scope shouldn't actually generate code
144 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 325 // stored. This is unlikely to happen, but if it does, we should force to go manual
327 config.mTargetMode = TargetMode.MANUAL;
349 * - Manual Mode
359 * If != 1, display a UI similar to manual mode.
467 boolean hasDevice = false; // if there's 1+ device running, we may force manual mode,
    [all...]

Completed in 1290 milliseconds

12 3