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

  /art/runtime/
oat_quick_method_header.h 64 const uint8_t* GetOptimizedCodeInfoPtr() const {
69 uint8_t* GetOptimizedCodeInfoPtr() {
135 return CodeInfo::DecodeFrameInfo(GetOptimizedCodeInfoPtr());
stack_map.cc 31 : CodeInfo(header->GetOptimizedCodeInfoPtr(), flags) {
  /art/runtime/jit/
jit_code_cache.cc 713 uint8_t* data = method_header->GetOptimizedCodeInfoPtr();
    [all...]
  /art/oatdump/
oatdump.cc 323 info.code_info = info.is_optimized ? method_header->GetOptimizedCodeInfoPtr() : nullptr;
    [all...]

Completed in 296 milliseconds