Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h74 ArenaBitVector* FindNativeDebugInfoLocations();
Dinstruction_builder.cc326 native_debug_info_locations = FindNativeDebugInfoLocations(); in Build()
480 ArenaBitVector* HInstructionBuilder::FindNativeDebugInfoLocations() { in FindNativeDebugInfoLocations() function in art::HInstructionBuilder