Searched refs:stack_map_row (Results 1 – 4 of 4) sorted by relevance
120 void SetCatchStackMapRow(uint32_t stack_map_row) { in SetCatchStackMapRow() argument121 catch_stack_map_row_ = stack_map_row; in SetCatchStackMapRow()
138 uint32_t stack_map_row = -1; in HandleTryItems() local141 method, exception_handler_->GetHandlerDexPcList(), &stack_map_row)); in HandleTryItems()142 exception_handler_->SetCatchStackMapRow(stack_map_row); in HandleTryItems()
90 /* out */ uint32_t* stack_map_row, in ToNativeQuickPcForCatchHandlers() argument102 *stack_map_row = stack_map.Row(); in ToNativeQuickPcForCatchHandlers()
186 /* out */ uint32_t* stack_map_row,