Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dmacro-assembler-ia32.cc872 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs. in CallStub()
877 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs. in CallStubDelayed()
885 bool TurboAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::TurboAssembler
Dmacro-assembler-ia32.h157 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/x64/
Dmacro-assembler-x64.cc456 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs in CallStubDelayed()
461 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs in CallStub()
470 bool TurboAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::TurboAssembler
Dmacro-assembler-x64.h448 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/arm/
Dmacro-assembler-arm.cc1657 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
1663 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStubDelayed()
1694 bool TurboAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::TurboAssembler
Dmacro-assembler-arm.h286 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc1668 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStubDelayed()
1680 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
2666 bool TurboAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::TurboAssembler
Dmacro-assembler-arm64.h543 bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1546 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
1551 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStubDelayed()
1565 bool TurboAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::TurboAssembler
Dmacro-assembler-ppc.h400 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/s390/
Dmacro-assembler-s390.cc1523 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
1528 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStubDelayed()
1536 bool TurboAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::TurboAssembler
Dmacro-assembler-s390.h889 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/mips/
Dmacro-assembler-mips.h166 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-mips.cc4412 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
4419 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStubDelayed()
4436 bool TurboAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::TurboAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.h183 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-mips64.cc4793 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
4800 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStubDelayed()
4818 bool TurboAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::TurboAssembler