| /art/runtime/entrypoints/quick/ |
| quick_invoke_entrypoints.cc | 107 const DexFile::CodeItem* code = MethodHelper(caller_method).GetCodeItem();
|
| quick_trampoline_entrypoints.cc | 282 const DexFile::CodeItem* code_item = mh.GetCodeItem(); 456 const DexFile::CodeItem* code;
|
| /art/runtime/ |
| exception_test.cc | 106 const DexFile::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset());
|
| dex_file_verifier.cc | 277 bool DexFileVerifier::CheckAndGetHandlerOffsets(const DexFile::CodeItem* code_item, 594 const DexFile::CodeItem* code_item = reinterpret_cast<const DexFile::CodeItem*>(ptr_); [all...] |
| common_throws.cc | 327 const DexFile::CodeItem* code = MethodHelper(throw_location.GetMethod()).GetCodeItem();
|
| monitor.cc | 922 const DexFile::CodeItem* code_item = mh.GetCodeItem(); [all...] |
| object_utils.h | 584 const DexFile::CodeItem* GetCodeItem()
|
| thread.cc | [all...] |
| debugger.cc | [all...] |
| class_linker.cc | [all...] |
| /art/compiler/dex/ |
| mir_graph.h | 359 void InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags, 707 const DexFile::CodeItem* current_code_item_;
|
| mir_graph.cc | 505 void MIRGraph::InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags, [all...] |
| /external/smali/dexlib/src/main/java/org/jf/dexlib/ |
| DebugInfoItem.java | 47 private CodeItem parent = null; 585 * Set the <code>CodeItem</code> that this <code>DebugInfoItem</code> is associated with 586 * @param codeItem the <code>CodeItem</code> that this <code>DebugInfoItem</code> is associated with 588 protected void setParent(CodeItem codeItem) { 589 this.parent = codeItem;
|
| /art/runtime/mirror/ |
| art_method.cc | 216 const DexFile::CodeItem* code_item = mh.GetCodeItem();
|
| art_method.h | 42 const DexFile::CodeItem* code_item, ShadowFrame* shadow_frame, JValue* result); 398 // Offset to the CodeItem.
|
| /art/compiler/sea_ir/ir/ |
| sea.cc | 177 void SeaGraph::InsertSignatureNodes(const art::DexFile::CodeItem* code_item, Region* r) { 193 void SeaGraph::BuildMethodSeaGraph(const art::DexFile::CodeItem* code_item, 412 const art::DexFile::CodeItem* code_item, uint16_t class_def_idx,
|
| /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
| MethodAnalyzer.java | 79 if (encodedMethod.codeItem == null || encodedMethod.codeItem.getInstructions().length == 0) { 96 startOfMethod = new AnalyzedInstruction(null, -1, encodedMethod.codeItem.getRegisterCount()) { 133 assert encodedMethod.codeItem != null; 140 CodeItem codeItem = encodedMethod.codeItem; 143 int totalRegisters = codeItem.getRegisterCount(); 353 CodeItem codeItem = encodedMethod.codeItem [all...] |
| /external/smali/smali/src/main/antlr3/ |
| smaliTreeWalker.g | 481 Pair<List<CodeItem.TryItem>, List<CodeItem.EncodedCatchHandler>> temp = $method::tryList.encodeTries(); 482 List<CodeItem.TryItem> tries = temp.first; 483 List<CodeItem.EncodedCatchHandler> handlers = temp.second; 487 CodeItem codeItem; 530 codeItem = null; 556 codeItem = CodeItem.internCodeItem(dexFile, 566 $encodedMethod = new ClassDataItem.EncodedMethod(methodIdItem, accessFlags, codeItem); [all...] |
| /art/runtime/interpreter/ |
| interpreter.cc | 70 const DexFile::CodeItem* code_item, ShadowFrame* shadow_frame, 443 const DexFile::CodeItem* code_item = mh.GetCodeItem(); 556 const DexFile::CodeItem* code_item = mh.GetCodeItem(); [all...] |
| /art/compiler/driver/ |
| compiler_driver.cc | 293 const art::DexFile::CodeItem* code_item, 301 const art::DexFile::CodeItem* code_item, 310 const art::DexFile::CodeItem* code_item, 319 const art::DexFile::CodeItem* code_item, 560 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset()); 611 const DexFile::CodeItem* code_item = mh->GetCodeItem(); [all...] |
| /art/runtime/verifier/ |
| method_verifier.cc | 229 const DexFile::CodeItem* code_item, 273 const DexFile::CodeItem* code_item, 287 const DexFile::CodeItem* code_item, [all...] |
| /prebuilts/sdk/tools/lib/ |
| dx.jar | |