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

  /external/v8/src/interpreter/
bytecodes.h 56 V(LdaConstant, AccumulatorUse::kWrite, OperandType::kIdx) \
59 V(LdaGlobal, AccumulatorUse::kWrite, OperandType::kIdx, OperandType::kIdx) \
60 V(LdaGlobalInsideTypeof, AccumulatorUse::kWrite, OperandType::kIdx, \
61 OperandType::kIdx) \
62 V(StaGlobal, AccumulatorUse::kRead, OperandType::kIdx, OperandType::kIdx) \
68 OperandType::kIdx, OperandType::kUImm) \
70 OperandType::kIdx, OperandType::kUImm) \
71 V(LdaCurrentContextSlot, AccumulatorUse::kWrite, OperandType::kIdx) \
    [all...]
bytecode-operands.h 168 return operand_type >= OperandType::kIdx &&
bytecode-decoder.cc 145 case interpreter::OperandType::kIdx:
bytecode-array-accessor.cc 138 DCHECK_EQ(operand_type, OperandType::kIdx);
interpreter-assembler.cc 586 DCHECK_EQ(OperandType::kIdx,
603 DCHECK_EQ(OperandType::kIdx,
    [all...]
  /art/runtime/
class_status.h 46 // kIdx: LoadClass populates with Class with information from
47 // the DexFile, moving the status to kIdx, indicating that the
52 // attempt to move a kIdx class forward to kLoaded by
79 kIdx = 4, // Loaded, DEX idx in super_class_type_idx_ and interfaces_type_idx_.
class_linker.cc     [all...]
  /art/runtime/mirror/
class.h 137 return GetStatus<kVerifyFlags>() >= ClassStatus::kIdx;
    [all...]

Completed in 194 milliseconds