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

/external/v8/src/arm/
H A Dassembler-arm-inl.h168 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
175 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
197 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
203 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
241 IsPatchedReturnSequence()) ||
267 IsPatchedReturnSequence()) ||
H A Ddebug-arm.cc84 return rinfo->IsPatchedReturnSequence();
/external/v8/src/mips/
H A Dassembler-mips-inl.h233 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
243 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
263 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
274 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
306 IsPatchedReturnSequence()) ||
332 IsPatchedReturnSequence()) ||
H A Ddebug-mips.cc85 return rinfo->IsPatchedReturnSequence();
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h55 } else if (rmode_ == JS_RETURN && IsPatchedReturnSequence()) {
176 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
183 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
205 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
211 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
236 IsPatchedReturnSequence()) ||
264 IsPatchedReturnSequence()) ||
H A Ddebug-ia32.cc69 return rinfo->IsPatchedReturnSequence();
/external/v8/src/x64/
H A Dassembler-x64-inl.h335 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
356 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
364 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
389 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
411 IsPatchedReturnSequence()) ||
439 IsPatchedReturnSequence()) ||
H A Ddebug-x64.cc70 return rinfo->IsPatchedReturnSequence();
/external/v8/src/
H A Dassembler.h334 INLINE(bool IsPatchedReturnSequence());
H A Dincremental-marking.cc193 rinfo->IsPatchedReturnSequence()) ||
H A Dmark-compact.cc1064 rinfo->IsPatchedReturnSequence()) ||
2727 rinfo->IsPatchedReturnSequence()) ||
3033 if (rinfo.IsPatchedReturnSequence()) rinfo.Visit(v);
H A Ddebug.cc2134 break_at_js_return_active = it.rinfo()->IsPatchedReturnSequence();
H A Dobjects.cc7987 rinfo->IsPatchedReturnSequence()) ||

Completed in 253 milliseconds