Searched refs:IsJSReturn (Results 1 - 16 of 16) 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()) ||
240 } else if (((RelocInfo::IsJSReturn(mode) &&
266 ((RelocInfo::IsJSReturn(mode) &&
H A Ddebug-arm.cc83 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
H A Dassembler-arm.cc2517 || RelocInfo::IsJSReturn(rmode)
/external/v8/src/mips/
H A Dassembler-mips-inl.h233 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
243 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
263 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
305 } else if (((RelocInfo::IsJSReturn(mode) &&
331 ((RelocInfo::IsJSReturn(mode) &&
H A Ddebug-mips.cc84 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
H A Dassembler-mips.cc2030 || RelocInfo::IsJSReturn(rmode)
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h176 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
183 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
205 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
235 } else if (((RelocInfo::IsJSReturn(mode) &&
263 ((RelocInfo::IsJSReturn(mode) &&
H A Ddebug-ia32.cc68 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
/external/v8/src/x64/
H A Dassembler-x64-inl.h356 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
364 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
389 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
410 } else if (((RelocInfo::IsJSReturn(mode) &&
438 ((RelocInfo::IsJSReturn(mode) &&
H A Ddebug-x64.cc69 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
/external/v8/src/
H A Ddebug.cc190 if (RelocInfo::IsJSReturn(rmode())) {
354 if (RelocInfo::IsJSReturn(rmode())) {
374 if (RelocInfo::IsJSReturn(rmode())) {
439 return (RelocInfo::IsJSReturn(rmode()));
450 if (RelocInfo::IsJSReturn(rmode())) {
2131 if (RelocInfo::IsJSReturn(it.rinfo()->rmode())) {
2217 if (RelocInfo::IsJSReturn(it.rinfo()->rmode())) {
H A Dassembler.h237 static inline bool IsJSReturn(Mode mode) { function in class:v8::internal::BASE_EMBEDDED
H A Dincremental-marking.cc192 ASSERT((RelocInfo::IsJSReturn(rinfo->rmode()) &&
H A Dmark-compact.cc1063 ASSERT((RelocInfo::IsJSReturn(rinfo->rmode()) &&
2726 ASSERT((RelocInfo::IsJSReturn(rinfo->rmode()) &&
4037 } else if (RelocInfo::IsJSReturn(rmode)) {
H A Dobjects.cc7986 ASSERT((RelocInfo::IsJSReturn(rinfo->rmode()) &&
/external/v8/test/cctest/
H A Dtest-debug.cc443 } else if (RelocInfo::IsJSReturn(rmode)) {

Completed in 255 milliseconds