Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dmacro-assembler-ia32.h890 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-ia32.cc1996 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs. in CallStub()
2012 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/x87/
Dmacro-assembler-x87.h858 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-x87.cc1959 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs. in CallStub()
1975 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/x64/
Dmacro-assembler-x64.h1433 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-x64.cc604 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs in CallStub()
620 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
3802 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
/external/v8/src/arm/
Dmacro-assembler-arm.cc1389 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
2335 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
2478 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
Dmacro-assembler-arm.h1183 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/mips/
Dmacro-assembler-mips.h1350 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-mips.cc3102 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
4274 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
4418 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1376 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-mips64.cc3033 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
4160 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
4306 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc1722 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
3275 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
4010 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
Dmacro-assembler-arm64.h1284 bool AllowThisStubCall(CodeStub* stub);