Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc1744 uintptr_t caller_pc_addr = reinterpret_cast<uintptr_t>(sp) + (frame_size - sizeof(void*)); in ShouldDeoptimizeCaller() local
1745 uintptr_t caller_pc = *reinterpret_cast<uintptr_t*>(caller_pc_addr); in ShouldDeoptimizeCaller()