Home
last modified time | relevance | path

Searched refs:Instructions (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_iterator.h43 ALWAYS_INLINE const uint16_t* Instructions() const { in Instructions() function
81 ALWAYS_INLINE const uint16_t* Instructions() const { in Instructions() function
82 return data_.Instructions(); in Instructions()
91 DCHECK_EQ(lhs.Instructions(), rhs.Instructions()) << "Comparing different code items.";
102 DCHECK_EQ(lhs.Instructions(), rhs.Instructions()) << "Comparing different code items.";
130 : DexInstructionIterator(pair.Instructions(), pair.DexPc()) {} in DexInstructionIterator()
167 DCHECK_EQ(start.Instructions(), end.Instructions()) in SafeDexInstructionIterator()
212 const uint16_t* Instructions() const { in Instructions() function
213 return data_.Instructions(); in Instructions()
/art/tools/compiler-explorer/
Dcompiler-explorer.md13 ## Instructions section in Compiler Explorer