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 140 const OatQuickMethodHeader* GetOatQuickMethodHeader() const;
fault_handler.cc 303 const OatQuickMethodHeader* method_header = method_obj->GetOatQuickMethodHeader(return_pc);
art_method.h 653 const OatQuickMethodHeader* GetOatQuickMethodHeader(uintptr_t pc)
art_method.cc 604 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) {
    [all...]
stack.cc 779 cur_oat_quick_method_header_ = method->GetOatQuickMethodHeader(cur_quick_frame_pc_);
    [all...]
  /art/compiler/
exception_test.cc 194 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc(
201 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 273 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader();
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 350 const OatQuickMethodHeader* current_code = (*caller_sp)->GetOatQuickMethodHeader(outer_pc);
378 const OatQuickMethodHeader* current_code = (*caller_sp)->GetOatQuickMethodHeader(outer_pc);
    [all...]

Completed in 587 milliseconds