Home
last modified time | relevance | path

Searched refs:AllowThisStubCall (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/x87/
Dmacro-assembler-x87.h866 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-x87.cc1846 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs. in CallStub()
1862 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/ia32/
Dmacro-assembler-ia32.h887 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-ia32.cc1905 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs. in CallStub()
1921 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/arm/
Dmacro-assembler-arm.cc1804 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
2505 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
2515 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
Dmacro-assembler-arm.h1222 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc1724 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
2945 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
3720 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
Dmacro-assembler-arm64.h1303 bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1577 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
2336 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
2346 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
Dmacro-assembler-ppc.h1103 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/x64/
Dmacro-assembler-x64.h1565 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-x64.cc659 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs in CallStub()
675 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
4167 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
/external/v8/src/s390/
Dmacro-assembler-s390.cc1472 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
2121 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
2129 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
Dmacro-assembler-s390.h1344 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/mips/
Dmacro-assembler-mips.h1488 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-mips.cc4031 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
5097 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
5112 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1601 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-mips64.cc4199 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
5301 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
5316 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler