| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| EncodedMethod.java | 42 private final CodeItem code; 68 this.code = new CodeItem(method, code, isStatic, throwsList);
|
| CodeItem.java | 44 public final class CodeItem extends OffsettedItem { 85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, 140 return "CodeItem{" + toHuman() + "}";
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| EncodedMethod.java | 41 private final CodeItem code; 67 this.code = new CodeItem(method, code, isStatic, throwsList);
|
| CodeItem.java | 35 public final class CodeItem extends OffsettedItem { 76 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, 131 return "CodeItem{" + toHuman() + "}";
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| EncodedMethod.java | 42 private final CodeItem code; 68 this.code = new CodeItem(method, code, isStatic, throwsList);
|
| CodeItem.java | 44 public final class CodeItem extends OffsettedItem { 85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, 140 return "CodeItem{" + toHuman() + "}";
|
| /art/compiler/optimizing/ |
| register_allocator_test.cc | 38 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data); 252 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data);
|
| builder.h | 51 HGraph* BuildGraph(const DexFile::CodeItem& code);
|
| codegen_test.cc | 73 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data);
|
| live_ranges_test.cc | 32 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data);
|
| liveness_test.cc | 46 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data);
|
| ssa_test.cc | 82 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data);
|
| optimizing_compiler.cc | 74 CompiledMethod* OptimizingCompiler::TryCompile(const DexFile::CodeItem* code_item,
|
| /art/runtime/interpreter/ |
| interpreter.cc | 326 JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, 334 const DexFile::CodeItem* code_item, 338 const DexFile::CodeItem* code_item, 342 const DexFile::CodeItem* code_item, 346 const DexFile::CodeItem* code_item, 350 static JValue Execute(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, 354 static inline JValue Execute(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, 408 const DexFile::CodeItem* code_item = method->GetCodeItem(); 502 const DexFile::CodeItem* code_item = mh.GetMethod()->GetCodeItem(); 527 JValue EnterInterpreterFromStub(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item [all...] |
| /art/runtime/ |
| dex_file_verifier.h | 58 bool CheckAndGetHandlerOffsets(const DexFile::CodeItem* code_item,
|
| dex_file-inl.h | 45 inline const DexFile::TryItem* DexFile::GetTryItems(const CodeItem& code_item, uint32_t offset) {
|
| /art/runtime/entrypoints/portable/ |
| portable_throw_entrypoints.cc | 83 const DexFile::CodeItem* code_item = current_method->GetCodeItem();
|
| /art/compiler/dex/ |
| dex_to_dex_compiler.cc | 95 const DexFile::CodeItem* code_item = unit_.GetCodeItem(); 274 extern "C" void ArtCompileDEX(art::CompilerDriver& driver, const art::DexFile::CodeItem* code_item,
|
| mir_optimization_test.cc | 178 code_item_ = static_cast<DexFile::CodeItem*>( 179 cu_.arena.Alloc(sizeof(DexFile::CodeItem), kArenaAllocMisc)); 180 memset(code_item_, 0, sizeof(DexFile::CodeItem)); 219 DexFile::CodeItem* code_item_;
|
| /art/compiler/llvm/ |
| compiler_llvm.cc | 43 const DexFile::CodeItem* code_item, 204 const art::DexFile::CodeItem* code_item,
|
| /art/runtime/arch/arm/ |
| entrypoints_init_arm.cc | 29 const DexFile::CodeItem* code_item, 32 const DexFile::CodeItem* code_item,
|
| /art/runtime/arch/arm64/ |
| entrypoints_init_arm64.cc | 28 const DexFile::CodeItem* code_item, 31 const DexFile::CodeItem* code_item,
|
| /art/runtime/arch/mips/ |
| entrypoints_init_mips.cc | 30 const DexFile::CodeItem* code_item, 33 const DexFile::CodeItem* code_item,
|
| /art/runtime/arch/x86/ |
| entrypoints_init_x86.cc | 28 const DexFile::CodeItem* code_item, 31 const DexFile::CodeItem* code_item,
|
| /art/runtime/arch/x86_64/ |
| entrypoints_init_x86_64.cc | 29 const DexFile::CodeItem* code_item, 32 const DexFile::CodeItem* code_item,
|