HomeSort by relevance Sort by last modified time
    Searched defs:Insns (Results 1 - 5 of 5) sorted by null

  /art/libdexfile/dex/
code_item_accessors.h 62 const uint16_t* Insns() const {
74 return Insns() != nullptr;
80 ALWAYS_INLINE void Init(uint32_t insns_size_in_code_units, const uint16_t* insns);
87 // size of the insns array, in 2 byte code units. 0 if there is no code item.
  /external/syzkaller/pkg/ifuzz/
ifuzz.go 4 //go:generate bash -c "go run gen/gen.go gen/all-enc-instructions.txt > generated/insns.go"
81 Insns []*Insn
86 if len(Insns) == 0 {
91 for _, insn := range Insns {
114 var insns []*Insn
115 insns = append(insns, modeInsns[cfg.Mode][typeUser]...)
117 insns = append(insns, modeInsns[cfg.Mode][typePriv]...)
119 insns = append(insns, modeInsns[cfg.Mode][typeExec]...
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h 103 inst->GetDexPc(Insns()),
294 shadow_frame.SetDexPC(inst->GetDexPc(Insns()));
487 inst->GetDexPc(Insns()),
514 inst->GetDexPc(Insns()),
542 inst->GetDexPc(Insns()),
569 inst->GetDexPc(Insns()),
616 inst->GetDexPc(Insns()),
2638 const uint16_t* const insns = accessor.Insns(); local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 337 unsigned Insns;
    [all...]
  /art/dexlayout/
dex_ir.h     [all...]

Completed in 485 milliseconds