Home
last modified time | relevance | path

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

/external/v8/src/
Dsafepoint-table.h111 return Memory<int>(GetTrampolineLocation(index)); in GetTrampolinePcOffset()
121 has_deopt_ ? Memory<int>(GetTrampolineLocation(index)) : -1; in GetEntry()
151 Address GetTrampolineLocation(unsigned index) const { in GetTrampolineLocation() function