Home
last modified time | relevance | path

Searched defs:EncodeDexPc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dprofiling_info_builder.cc64 static uint32_t EncodeDexPc(HInvoke* invoke, const CompilerOptions& compiler_options) { in EncodeDexPc() function
/aosp_15_r20/art/runtime/jit/
H A Dprofiling_info.cc165 uint32_t InlineCache::EncodeDexPc(ArtMethod* method, in EncodeDexPc() function in art::InlineCache