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

/external/chromium_org/v8/src/mips/
H A Dassembler-mips-inl.h302 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
312 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
332 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
352 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
384 IsPatchedReturnSequence()) ||
410 IsPatchedReturnSequence()) ||
H A Ddebug-mips.cc59 return rinfo->IsPatchedReturnSequence();
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64-inl.h296 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
306 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
326 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
346 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
381 IsPatchedReturnSequence()) ||
407 IsPatchedReturnSequence()) ||
H A Ddebug-mips64.cc58 return rinfo->IsPatchedReturnSequence();
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32-inl.h68 } else if (rmode_ == JS_RETURN && IsPatchedReturnSequence()) {
235 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
242 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
264 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
282 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
307 IsPatchedReturnSequence()) ||
335 IsPatchedReturnSequence()) ||
H A Ddebug-ia32.cc44 return rinfo->IsPatchedReturnSequence();
/external/chromium_org/v8/src/x87/
H A Dassembler-x87-inl.h68 } else if (rmode_ == JS_RETURN && IsPatchedReturnSequence()) {
236 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
243 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
265 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
283 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
308 IsPatchedReturnSequence()) ||
336 IsPatchedReturnSequence()) ||
H A Ddebug-x87.cc44 return rinfo->IsPatchedReturnSequence();
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h259 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
266 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
288 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
303 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
333 IsPatchedReturnSequence()) ||
359 IsPatchedReturnSequence()) ||
H A Ddebug-arm.cc51 return rinfo->IsPatchedReturnSequence();
/external/chromium_org/v8/src/x64/
H A Dassembler-x64-inl.h388 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::internal::RelocInfo
430 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
438 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
463 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
485 IsPatchedReturnSequence()) ||
513 IsPatchedReturnSequence()) ||
H A Ddebug-x64.cc44 return rinfo->IsPatchedReturnSequence();
/external/chromium_org/v8/src/arm64/
H A Ddebug-arm64.cc71 return rinfo->IsPatchedReturnSequence();
H A Dassembler-arm64-inl.h808 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
817 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
837 bool RelocInfo::IsPatchedReturnSequence() { function in class:v8::RelocInfo
866 IsPatchedReturnSequence()) ||
890 IsPatchedReturnSequence()) ||
/external/chromium_org/v8/src/
H A Dassembler.h566 INLINE(bool IsPatchedReturnSequence());
H A Ddebug.cc2277 break_at_js_return_active = it.rinfo()->IsPatchedReturnSequence();
H A Dobjects.cc10064 rinfo->IsPatchedReturnSequence()) ||
/external/chromium_org/v8/src/heap/
H A Dobjects-visiting-inl.h245 rinfo->IsPatchedReturnSequence()) ||
H A Dmark-compact.cc3005 rinfo->IsPatchedReturnSequence()) ||
3253 if (rinfo.IsPatchedReturnSequence()) rinfo.Visit(isolate, v);

Completed in 3923 milliseconds