Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc39 StackMap::PackNativePc(native_pc_offset, instruction_set_); in SetStackMapNativePcOffset()
95 StackMap::PackNativePc(native_pc_offset, instruction_set_); in BeginStackMapEntry()
Dstack_map_test.cc685 StackMap::PackNativePc(kThumb2InstructionAlignment, InstructionSet::kThumb2); in TEST()
687 StackMap::PackNativePc(kArm64InstructionAlignment, InstructionSet::kArm64); in TEST()
689 StackMap::PackNativePc(kX86InstructionAlignment, InstructionSet::kX86); in TEST()
691 StackMap::PackNativePc(kX86_64InstructionAlignment, InstructionSet::kX86_64); in TEST()
/art/runtime/
Dstack_map.cc144 uint32_t packed_pc = StackMap::PackNativePc(pc, isa); in GetStackMapForNativePcOffset()
Dstack_map.h153 static uint32_t PackNativePc(uint32_t native_pc, InstructionSet isa) { in PackNativePc() function