Home
last modified time | relevance | path

Searched defs:stack_map_row (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dquick_exception_handler.h117 void SetCatchStackMapRow(uint32_t stack_map_row) { in SetCatchStackMapRow()
H A Dquick_exception_handler.cc138 uint32_t stack_map_row = -1; in HandleTryItems() local
/aosp_15_r20/art/runtime/oat/
H A Doat_quick_method_header.cc91 /* out */ uint32_t* stack_map_row, in ToNativeQuickPcForCatchHandlers()