Home
last modified time | relevance | path

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

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