Searched refs:Inst (Results 1 – 20 of 20) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_iterator.h | 31 ALWAYS_INLINE const Instruction& Inst() const { in Inst() function 36 return &Inst(); 70 const Instruction& Inst() const { in Inst() function 71 return data_.Inst(); in Inst() 133 data_.dex_pc_ += Inst().SizeInCodeUnits(); 149 return &data_.Inst(); 164 : DexInstructionIteratorBase(&start.Inst(), start.DexPc()) in SafeDexInstructionIterator() 174 const size_t size_code_units = Inst().CodeUnitsRequiredForSizeComputation(); 180 const size_t instruction_code_units = Inst().SizeInCodeUnits(); 203 return &data_.Inst(); [all …]
|
D | code_item_accessors-inl.h | 143 return &end().Inst(); in CodeItemDataEnd()
|
D | dex_file-inl.h | 138 (RoundUp(reinterpret_cast<uintptr_t>(&code_item_end.Inst()), TryItem::kAlignment)) + offset; in GetTryItems()
|
/art/dexdump/ |
D | dexdump_cfg.cc | 48 const Instruction* inst = &pair.Inst(); in dumpMethodCFGImpl() 111 std::string inst_str = pair.Inst().DumpString(dex_file); in dumpMethodCFGImpl() 140 force_new_block = pair.Inst().IsSwitch() || pair.Inst().IsBasicBlockEnd(); in dumpMethodCFGImpl() 166 const Instruction* inst = &pair.Inst(); in dumpMethodCFGImpl()
|
D | dexdump.cc | 1181 const Instruction* instruction = &pair.Inst(); in dumpBytecodes()
|
/art/test/983-source-transform-verify/ |
D | source_transform_art.cc | 66 const Instruction& inst = pair.Inst(); in VerifyClassData()
|
/art/compiler/dex/ |
D | verified_method.cc | 70 const Instruction& inst = pair.Inst(); in GenerateSafeCastSet()
|
D | dex_to_dex_compiler.cc | 214 Instruction* inst = const_cast<Instruction*>(&it.Inst()); in Compile() 352 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in Compile()
|
D | inline_method_analyser.cc | 308 const Instruction& instruction = pair.Inst(); in DoAnalyseConstructor()
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 95 Instruction* inst = const_cast<Instruction*>(&pair.Inst()); in Decompile()
|
D | art_method.cc | 593 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in GetIndexFromQuickening()
|
/art/compiler/optimizing/ |
D | block_builder.cc | 104 const Instruction& instruction = pair.Inst(); in CreateBranchTargets() 156 const Instruction& instruction = pair.Inst(); in ConnectBasicBlocks()
|
D | instruction_builder.cc | 376 if (current_block_->IsTryBlock() && IsThrowingDexInstruction(pair.Inst())) { in Build() 384 if (!ProcessDexInstruction(pair.Inst(), dex_pc, quicken_index)) { in Build() 388 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in Build()
|
D | code_generator.cc | 917 const Instruction& instruction = pair.Inst(); in CheckLoopEntriesCanBeUsedForOsr()
|
D | inliner.cc | 430 switch (pair.Inst().Opcode()) { in AlwaysThrows()
|
/art/dexlayout/ |
D | dexlayout_test.cc | 704 const_cast<Instruction&>(last_instruction.Inst()).SetOpcode( in TEST_F()
|
D | dex_ir.cc | 183 &it.Inst(), in GetIdsFromByteCode()
|
D | dexlayout.cc | 1059 DumpInstruction(code, code_offset, inst.DexPc(), insn_width, &inst.Inst()); in DumpBytecodes()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 82 const Instruction& instruction = pair.Inst(); in FindBranches()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1025 if (!VerifyInstruction<kAllowRuntimeOnlyInstructions>(&inst.Inst(), dex_pc)) { in VerifyInstructions()
|