Home
last modified time | relevance | path

Searched refs:EncodeDexPc (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dprofiling_info_builder.cc58 return InlineCache::EncodeDexPc( in EncodeInlinedDexPc()
64 static uint32_t EncodeDexPc(HInvoke* invoke, const CompilerOptions& compiler_options) { in EncodeDexPc() function
75 return InlineCache::EncodeDexPc( in EncodeDexPc()
83 uint32_t dex_pc = EncodeDexPc(invoke, compiler_options_); in HandleInvoke()
136 uint32_t dex_pc = EncodeDexPc(instruction, compiler_options); in GetInlineCache()
/art/runtime/jit/
Dprofiling_info.h55 static uint32_t EncodeDexPc(ArtMethod* method,
Dprofiling_info.cc165 uint32_t InlineCache::EncodeDexPc(ArtMethod* method, in EncodeDexPc() function in art::InlineCache
/art/runtime/
Dquick_exception_handler.cc767 uint32_t encoded_dex_pc = InlineCache::EncodeDexPc( in DeoptimizeSingleFrame()