HomeSort by relevance Sort by last modified time
    Searched refs:Jump (Results 51 - 75 of 183) sorted by null

1 23 4 5 6 7 8

  /external/v8/src/parsing/
preparser.cc 686 Statement::Jump() : Statement::Default();
708 return Statement::Jump();
726 return Statement::Jump();
763 return Statement::Jump();
810 Statement statement = Statement::Jump();
    [all...]
  /external/llvm/test/MC/Mips/
micromips-jump-instructions.s 6 # for jump and branch instructions.
8 # Jump instructions
mips-jump-instructions.s 90 # Jump instructions
  /external/v8/src/ic/mips/
stub-cache-mips.cc 79 // Jump to the first instruction in the code stub.
81 __ Jump(at);
  /external/v8/src/ic/mips64/
stub-cache-mips64.cc 81 // Jump to the first instruction in the code stub.
83 __ Jump(at);
  /external/v8/src/interpreter/
interpreter-assembler.h 117 // Jump relative to the current bytecode by |jump_offset|.
118 compiler::Node* Jump(compiler::Node* jump_offset);
120 // Jump relative to the current bytecode by |jump_offset| if the
125 // Jump relative to the current bytecode by |jump_offset| if the
216 // Jump relative to the current bytecode by |jump_offset| if the
bytecode-array-builder.h 220 BytecodeArrayBuilder& Jump(BytecodeLabel* label);
  /external/v8/src/ia32/
builtins-ia32.cc 752 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny,
792 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 837 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny,
866 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
    [all...]
  /external/v8/src/x87/
builtins-x87.cc 753 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny,
793 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.h 200 // Jump to address (not setting link register)
221 void Jump(Label* label ATTRIBUTE_UNUSED) OVERRIDE {
222 UNIMPLEMENTED(FATAL) << "Do not use Jump for ARM64";
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 111 static BlockCompletion Jump(int offset) {
  /external/v8/test/unittests/interpreter/
bytecode-array-writer-unittest.cc 180 /* 41 */ B(Jump), U8(-24),
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 322 /* special case for jump insns. */
323 Jump,
324 /* call and jump */
551 unsigned int jump:1; member in struct:i386_opcode_modifier
685 /* Absolute address for jump. */
  /external/valgrind/memcheck/
mc_errors.c 93 // - as a jump target
117 SizeT szB; // not used for exec (jump) errors
122 // Jump to an unaddressable memory location.
125 } Jump;
464 emit( " <what>Conditional jump or move depends"
473 emit( "Conditional jump or move depends"
619 emit( " <what>Jump to the invalid address stated "
622 VG_(pp_addrinfo_mc)( VG_(get_error_address)(err), &extra->Err.Jump.ai,
625 emit( "Jump to the invalid address stated on the next line\n" );
627 VG_(pp_addrinfo_mc)( VG_(get_error_address)(err), &extra->Err.Jump.ai
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 444 // Both are heap numbers. Load them up then jump to the code we have
576 // 4) Jump to rhs_not_nan.
645 // Check for heap-number-heap-number comparison. Can jump to slow case,
646 // or load both doubles and jump to the code that handles
723 __ Jump(t9);
731 __ Jump(t9);
    [all...]
deoptimizer-mips.cc 302 __ Jump(at);
  /external/v8/src/mips64/
code-stubs-mips64.cc 440 // Both are heap numbers. Load them up then jump to the code we have
573 // 4) Jump to rhs_not_nan.
642 // Check for heap-number-heap-number comparison. Can jump to slow case,
643 // or load both doubles and jump to the code that handles
720 __ Jump(t9);
728 __ Jump(t9);
    [all...]
  /external/v8/test/cctest/interpreter/bytecode_expectations/
JumpsRequiringConstantWideOperands.golden 968 /* 4134 S> */ B(Wide), B(Jump), U16(15),
972 /* 4158 S> */ B(Wide), B(Jump), U16(13),
978 B(Jump), U8(-41),
  /external/v8/src/ppc/
macro-assembler-ppc.cc 35 void MacroAssembler::Jump(Register target) {
43 Jump(ip);
47 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
63 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode, Condition cond,
66 Jump(reinterpret_cast<intptr_t>(target), rmode, cond, cr);
70 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
75 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
1018 Jump(r3);
    [all...]
  /art/compiler/utils/
assembler.h 510 virtual void Jump(Label* label) = 0;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterCaseTest.java 303 "The Quick Brown Fox Can't Jump Over The Lazy Dogs.",
304 UCharacter.toTitleCase(ULocale.ENGLISH, "THE QUICK BROWN FOX CAN'T JUMP OVER THE LAZY DOGS.", null));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterCaseTest.java 299 "The Quick Brown Fox Can't Jump Over The Lazy Dogs.",
300 UCharacter.toTitleCase(ULocale.ENGLISH, "THE QUICK BROWN FOX CAN'T JUMP OVER THE LAZY DOGS.", null));
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 298 __ Jump(ip);
334 __ b(&high_fixes[i >> 8]); // Jump to the secondary table.
346 // fix-up, so for (common) small tables we can jump here, then just fall
macro-assembler-arm.h 105 // Jump, Call, and Ret pseudo instructions implementing inter-working.
106 void Jump(Register target, Condition cond = al);
107 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
108 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
244 // Checks the color of an object. If the object is white we jump to the
563 // Control will jump to not_int32 if the value cannot be exactly represented
575 // Control will jump to not_int32 if the object cannot be exactly represented
    [all...]

Completed in 1175 milliseconds

1 23 4 5 6 7 8