Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h120 void SetCatchStackMapRow(uint32_t stack_map_row) { in SetCatchStackMapRow() argument
121 catch_stack_map_row_ = stack_map_row; in SetCatchStackMapRow()
Dquick_exception_handler.cc138 uint32_t stack_map_row = -1; in HandleTryItems() local
141 method, exception_handler_->GetHandlerDexPcList(), &stack_map_row)); in HandleTryItems()
142 exception_handler_->SetCatchStackMapRow(stack_map_row); in HandleTryItems()
/art/runtime/oat/
Doat_quick_method_header.cc90 /* out */ uint32_t* stack_map_row, in ToNativeQuickPcForCatchHandlers() argument
102 *stack_map_row = stack_map.Row(); in ToNativeQuickPcForCatchHandlers()
Doat_quick_method_header.h186 /* out */ uint32_t* stack_map_row,