Searched refs:GetOsrStackMapForDexPc (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jit/
H A Djit.cc449 StackMap stack_map = code_info.GetOsrStackMapForDexPc(dex_pc + dex_pc_offset, encoding);
/art/compiler/optimizing/
H A Dcode_generator.cc636 DCHECK(code_info.GetOsrStackMapForDexPc(dex_pc, encoding).IsValid());
/art/runtime/
H A Dstack_map.h1197 StackMap GetOsrStackMapForDexPc(uint32_t dex_pc, const CodeInfoEncoding& encoding) const { function in class:art::DexRegisterLocation::CodeInfo

Completed in 9 milliseconds