Searched defs:IsPatchedReturnSequence (Results 1 - 4 of 4) sorted by relevance

/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()) ||
/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()) ||
/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()) ||
/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()) ||

Completed in 98 milliseconds