HomeSort by relevance Sort by last modified time
    Searched refs:GetOatQuickMethodHeader (Results 1 - 10 of 10) sorted by null

  /art/runtime/
oat_file-inl.h 25 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const {
35 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
43 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
80 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader();
oat_file.h 134 const OatQuickMethodHeader* GetOatQuickMethodHeader() const;
fault_handler.cc 303 const OatQuickMethodHeader* method_header = method_obj->GetOatQuickMethodHeader(return_pc);
art_method.cc 584 const OatQuickMethodHeader* header = oat_method.GetOatQuickMethodHeader();
601 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) {
    [all...]
art_method.h 635 const OatQuickMethodHeader* GetOatQuickMethodHeader(uintptr_t pc)
stack.cc 823 cur_oat_quick_method_header_ = method->GetOatQuickMethodHeader(cur_quick_frame_pc_);
    [all...]
  /art/compiler/
exception_test.cc 191 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc(
198 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc(
  /art/runtime/entrypoints/
entrypoint_utils.cc 200 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc);
  /art/oatdump/
oatdump.cc 258 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader();
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 341 const OatQuickMethodHeader* current_code = (*caller_sp)->GetOatQuickMethodHeader(outer_pc);
368 const OatQuickMethodHeader* current_code = (*caller_sp)->GetOatQuickMethodHeader(outer_pc);
    [all...]

Completed in 294 milliseconds