Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc337 Address caller_fp = Memory::Address_at( in IsValidCaller() local
482 void EntryFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()
520 void ExitFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()
591 void StandardFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()
Dframes-inl.h169 inline Address StandardFrame::caller_fp() const { in caller_fp() function
Dbuiltins.cc162 Address caller_fp = Memory::Address_at(fp + kCallerOffset); in CalledAsConstructor() local