Home
last modified time | relevance | path

Searched defs:Instruction (Results 1 – 14 of 14) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_test.cc72 TEST(Instruction, PropertiesOf45cc) { in TEST() argument
110 TEST(Instruction, PropertiesOf4rcc) { in TEST() argument
167 TEST(Instruction, DumpString) { in TEST() argument
/aosp12/art/runtime/interpreter/
H A Dinterpreter_intrinsics.h25 class Instruction; variable
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h18 } Instruction; typedef
/aosp12/system/extras/perf2cfg/perf2cfg/
H A Danalyze.py35 class Instruction: class
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.h38 class Instruction; variable
/aosp12/art/dexlayout/
H A Ddexlayout.h40 class Instruction; variable
/aosp12/art/runtime/verifier/
H A Dregister_line.h32 class Instruction; variable
H A Dmethod_verifier.h44 class Instruction; variable
/aosp12/packages/modules/NetworkStack/src/android/net/apf/
H A DApfGenerator.java97 private class Instruction { class in ApfGenerator
114 Instruction(Opcodes opcode, Register register) { in Instruction() method in ApfGenerator.Instruction
119 Instruction(Opcodes opcode) { in Instruction() method in ApfGenerator.Instruction
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h26 class Instruction; variable
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h26 class Instruction; variable
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h27 class Instruction; variable
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.h297 inline Instruction(Op opcode, size_t index_argument, std::optional<const Value> dest) in Instruction() function
305 inline Instruction(Op opcode, size_t index_argument, bool result_is_object, in Instruction() function
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java54 public class Instruction implements RawDexObject { class