HomeSort by relevance Sort by last modified time
    Searched full:codeitem (Results 51 - 75 of 83) sorted by null

1 23 4

  /art/runtime/
dex_file.cc 711 const CodeItem* code_item = GetCodeItem(method->GetCodeItemOffset());
721 int32_t DexFile::FindTryItem(const CodeItem &code_item, uint32_t address) {
745 int32_t DexFile::FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address) {
754 void DexFile::DecodeDebugInfo0(const CodeItem* code_item, bool is_static, uint32_t method_idx,
917 void DexFile::DecodeDebugInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx,
    [all...]
exception_test.cc 123 const DexFile::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset());
quick_exception_handler.cc 202 const DexFile::CodeItem* code_item = m->GetCodeItem();
stack.h 599 const DexFile::CodeItem* code_item,
657 static int GetVRegOffset(const DexFile::CodeItem* code_item,
common_throws.cc 367 const DexFile::CodeItem* code = throw_location.GetMethod()->GetCodeItem();
dex_file_verifier.cc 399 bool DexFileVerifier::CheckAndGetHandlerOffsets(const DexFile::CodeItem* code_item,
716 const DexFile::CodeItem* code_item = reinterpret_cast<const DexFile::CodeItem*>(ptr_);
717 if (!CheckListSize(code_item, 1, sizeof(DexFile::CodeItem), "code")) {
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 74 CompiledMethod* OptimizingCompiler::TryCompile(const DexFile::CodeItem* code_item,
find_loops_test.cc 33 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data);
liveness_test.cc 46 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data);
builder.cc 132 static bool CanHandleCodeItem(const DexFile::CodeItem& code_item) {
172 HGraph* HGraphBuilder::BuildGraph(const DexFile::CodeItem& code_item) {
ssa_test.cc 82 const DexFile::CodeItem* item = reinterpret_cast<const DexFile::CodeItem*>(data);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DexAnnotator.java 129 annotators.put(mapItem.getType(), CodeItem.makeAnnotator(this, mapItem));
  /art/oatdump/
oatdump.cc 443 uint32_t dex_method_idx, const DexFile::CodeItem* code_item,
694 const DexFile::CodeItem* code_item, size_t reg, VRegKind kind) {
715 const DexFile::CodeItem* code_item,
739 const DexFile::CodeItem* code_item) {
    [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 200 const DexFile::CodeItem* code_item = method->GetCodeItem();
330 const DexFile::CodeItem* code = caller->GetCodeItem();
  /art/runtime/interpreter/
interpreter_common.h 71 const DexFile::CodeItem* code_item,
76 const DexFile::CodeItem* code_item,
interpreter_common.cc 494 const DexFile::CodeItem* code_item, ShadowFrame* shadow_frame,
527 const DexFile::CodeItem* code_item = method->GetCodeItem();
    [all...]
interpreter_goto_table_impl.cc 113 JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item,
    [all...]
interpreter_switch_impl.cc 61 JValue ExecuteSwitchImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item,
    [all...]
  /art/compiler/dex/
frontend.cc 620 const DexFile::CodeItem* code_item,
807 const DexFile::CodeItem* code_item,
823 const art::DexFile::CodeItem* code_item,
  /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,
  /art/compiler/driver/
compiler_driver.h 695 void CompileMethod(const DexFile::CodeItem* code_item, uint32_t access_flags,
755 const DexFile::CodeItem* code_item,
    [all...]
compiler_driver.cc 319 const art::DexFile::CodeItem* code_item,
567 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset());
634 const DexFile::CodeItem* code_item = mh->GetMethod()->GetCodeItem();
    [all...]
  /art/runtime/mirror/
art_method-inl.h 454 inline const DexFile::CodeItem* ArtMethod::GetCodeItem() {
art_method.cc 236 const DexFile::CodeItem* code_item = h_this->GetCodeItem();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
CodeItem.java 51 public class CodeItem {

Completed in 580 milliseconds

1 23 4