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

  /art/runtime/
dex_instruction_list.h 89 V(0x44, AGET, "aget", k23x, true, kNone, kContinue | kThrow | kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
90 V(0x45, AGET_WIDE, "aget-wide", k23x, true, kNone, kContinue | kThrow | kLoad, kVerifyRegAWide | kVerifyRegB | kVerifyRegC) \
91 V(0x46, AGET_OBJECT, "aget-object", k23x, true, kNone, kContinue | kThrow | kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
92 V(0x47, AGET_BOOLEAN, "aget-boolean", k23x, true, kNone, kContinue | kThrow | kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
93 V(0x48, AGET_BYTE, "aget-byte", k23x, true, kNone, kContinue | kThrow | kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
94 V(0x49, AGET_CHAR, "aget-char", k23x, true, kNone, kContinue | kThrow | kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
95 V(0x4A, AGET_SHORT, "aget-short", k23x, true, kNone, kContinue | kThrow | kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
103 V(0x52, IGET, "iget", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
104 V(0x53, IGET_WIDE, "iget-wide", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegAWide | kVerifyRegB | kVerifyRegCField) \
105 V(0x54, IGET_OBJECT, "iget-object", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField)
    [all...]
dex_instruction.h 141 kLoad = 0x100000, // load opcode
  /external/chromium_org/v8/src/compiler/
graph-replay.cc 56 case IrOpcode::kLoad:
machine-operator.cc 158 IrOpcode::kLoad, Operator::kNoThrow | Operator::kNoWrite, 2, 1, \
machine-operator-unittest.cc 87 EXPECT_EQ(IrOpcode::kLoad, machine.Load(GetParam())->opcode());
graph-unittest.cc 440 : NodeMatcher(IrOpcode::kLoad),
simplified-lowering.cc 620 case IrOpcode::kLoad: {
    [all...]
instruction-selector.cc 490 case IrOpcode::kLoad: {
    [all...]
  /external/chromium_org/v8/src/arm64/
delayed-masm-arm64.cc 101 if ((pending_ == kLoad) &&
126 pending_ = kLoad;
177 case kLoad:
delayed-masm-arm64.h 135 kLoad, kStore,
140 // For kLoad, kStore: register which must be loaded/stored.
142 // For kLoad, kStackSlotMove: address of the load.
  /external/chromium_org/v8/test/cctest/compiler/
test-simplified-lowering.cc     [all...]
  /art/compiler/dex/
mir_graph.h 308 return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kLoad) == Instruction::kLoad);
    [all...]

Completed in 530 milliseconds