HomeSort by relevance Sort by last modified time
    Searched refs:IsPatchedReturnSequence (Results 1 - 19 of 19) sorted by null

  /external/v8/src/mips/
assembler-mips-inl.h 302 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
312 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
332 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
352 bool RelocInfo::IsPatchedReturnSequence() {
384 IsPatchedReturnSequence()) ||
410 IsPatchedReturnSequence()) ||
debug-mips.cc 59 return rinfo->IsPatchedReturnSequence();
  /external/v8/src/mips64/
assembler-mips64-inl.h 296 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
306 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
326 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
346 bool RelocInfo::IsPatchedReturnSequence() {
381 IsPatchedReturnSequence()) ||
407 IsPatchedReturnSequence()) ||
debug-mips64.cc 58 return rinfo->IsPatchedReturnSequence();
  /external/v8/src/ia32/
assembler-ia32-inl.h 68 } 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() {
307 IsPatchedReturnSequence()) ||
335 IsPatchedReturnSequence()) ||
debug-ia32.cc 44 return rinfo->IsPatchedReturnSequence();
  /external/v8/src/x87/
assembler-x87-inl.h 68 } 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() {
308 IsPatchedReturnSequence()) ||
336 IsPatchedReturnSequence()) ||
debug-x87.cc 44 return rinfo->IsPatchedReturnSequence();
  /external/v8/src/arm/
assembler-arm-inl.h 259 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
266 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
288 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
303 bool RelocInfo::IsPatchedReturnSequence() {
333 IsPatchedReturnSequence()) ||
359 IsPatchedReturnSequence()) ||
debug-arm.cc 51 return rinfo->IsPatchedReturnSequence();
  /external/v8/src/x64/
assembler-x64-inl.h 388 bool RelocInfo::IsPatchedReturnSequence() {
430 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
438 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
463 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
485 IsPatchedReturnSequence()) ||
513 IsPatchedReturnSequence()) ||
debug-x64.cc 44 return rinfo->IsPatchedReturnSequence();
  /external/v8/src/arm64/
assembler-arm64-inl.h 808 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
817 DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
837 bool RelocInfo::IsPatchedReturnSequence() {
866 IsPatchedReturnSequence()) ||
890 IsPatchedReturnSequence()) ||
    [all...]
debug-arm64.cc 71 return rinfo->IsPatchedReturnSequence();
  /external/v8/src/
assembler.h 566 INLINE(bool IsPatchedReturnSequence());
    [all...]
debug.cc     [all...]
objects.cc     [all...]
  /external/v8/src/heap/
objects-visiting-inl.h 245 rinfo->IsPatchedReturnSequence()) ||
    [all...]
mark-compact.cc     [all...]

Completed in 453 milliseconds