Home
last modified time | relevance | path

Searched defs:InstructionOperands (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.h39 class InstructionOperands; variable
/aosp12/art/runtime/mirror/
H A Dvar_handle.h28 class InstructionOperands; variable
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.h703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands() function