Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc46 StackMap::PackNativePc(native_pc_offset, instruction_set_); in SetStackMapNativePcOffset()
92 uint32_t packed_code_size = StackMap::PackNativePc(code_size, instruction_set_); in EndMethod()
123 StackMap::PackNativePc(native_pc_offset, instruction_set_); in BeginStackMapEntry()
Dstack_map_test.cc719 StackMap::PackNativePc(kThumb2InstructionAlignment, InstructionSet::kThumb2); in TEST()
721 StackMap::PackNativePc(kArm64InstructionAlignment, InstructionSet::kArm64); in TEST()
723 StackMap::PackNativePc(kX86InstructionAlignment, InstructionSet::kX86); in TEST()
725 StackMap::PackNativePc(kX86_64InstructionAlignment, InstructionSet::kX86_64); in TEST()
/art/runtime/
Dstack_map.cc84 uint32_t packed_pc = StackMap::PackNativePc(pc, isa); in GetStackMapForNativePcOffset()
Dstack_map.h158 static uint32_t PackNativePc(uint32_t native_pc, InstructionSet isa) { in PackNativePc() function