Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dmacro-assembler-x87.h808 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-x87.cc1827 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs. in CallStub()
1843 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/ia32/
Dmacro-assembler-ia32.h828 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-ia32.cc1861 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs. in CallStub()
1877 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/arm/
Dmacro-assembler-arm.cc1477 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
2254 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
2264 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
Dmacro-assembler-arm.h1190 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1262 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
2079 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
2089 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
Dmacro-assembler-ppc.h1051 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc1684 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
2892 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
3617 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
Dmacro-assembler-arm64.h1252 bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/x64/
Dmacro-assembler-x64.h1527 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-x64.cc602 DCHECK(AllowThisStubCall(stub)); // Calls are not allowed in some stubs in CallStub()
618 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
3993 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
/external/v8/src/mips/
Dmacro-assembler-mips.h1379 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-mips.cc3224 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
4259 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
4274 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1501 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-mips64.cc3666 DCHECK(AllowThisStubCall(&ces)); in DebugBreak()
4677 DCHECK(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
4692 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler