Home
last modified time | relevance | path

Searched refs:FindNativeDebugInfoLocations (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.h73 ArenaBitVector* FindNativeDebugInfoLocations();
Dinstruction_builder.cc369 native_debug_info_locations = FindNativeDebugInfoLocations(); in Build()
536 ArenaBitVector* HInstructionBuilder::FindNativeDebugInfoLocations() { in FindNativeDebugInfoLocations() function in art::HInstructionBuilder