Searched refs:IsPatchedReturnSequence (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/mips/
H A Dassembler-mips-inl.h151 ASSERT(IsPatchedReturnSequence());
159 ASSERT(IsPatchedReturnSequence());
172 ASSERT(IsPatchedReturnSequence());
184 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
H A Ddebug-mips.cc58 return rinfo->IsPatchedReturnSequence();
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h55 } else if (rmode_ == JS_RETURN && IsPatchedReturnSequence()) {
117 ASSERT(IsPatchedReturnSequence());
123 ASSERT(IsPatchedReturnSequence());
129 ASSERT(IsPatchedReturnSequence());
135 ASSERT(IsPatchedReturnSequence());
141 ASSERT(IsPatchedReturnSequence());
146 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
H A Ddebug-ia32.cc66 return rinfo->IsPatchedReturnSequence();
/external/v8/src/x64/
H A Dassembler-x64-inl.h197 } else if (rmode_ == JS_RETURN && IsPatchedReturnSequence()) {
265 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
281 ASSERT(IsPatchedReturnSequence());
288 ASSERT(IsPatchedReturnSequence());
295 ASSERT(IsPatchedReturnSequence());
301 ASSERT(IsPatchedReturnSequence());
307 ASSERT(IsPatchedReturnSequence());
H A Ddebug-x64.cc42 return rinfo->IsPatchedReturnSequence();
/external/v8/src/arm/
H A Dassembler-arm-inl.h113 ASSERT(IsPatchedReturnSequence());
121 ASSERT(IsPatchedReturnSequence());
134 ASSERT(IsPatchedReturnSequence());
146 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
H A Dassembler-thumb2-inl.h113 ASSERT(IsPatchedReturnSequence());
121 ASSERT(IsPatchedReturnSequence());
134 ASSERT(IsPatchedReturnSequence());
146 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
H A Ddebug-arm.cc71 return rinfo->IsPatchedReturnSequence();
/external/v8/src/
H A Dassembler.h224 INLINE(bool IsPatchedReturnSequence());
H A Dmark-compact.cc287 rinfo->IsPatchedReturnSequence());
1567 rinfo->IsPatchedReturnSequence());
H A Ddebug.cc1608 break_at_js_return_active = it.rinfo()->IsPatchedReturnSequence();
H A Dobjects.cc4906 rinfo->IsPatchedReturnSequence());
4932 it.rinfo()->IsPatchedReturnSequence()) {

Completed in 106 milliseconds