Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dmacro-assembler-ia32.h804 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-ia32.cc1650 ASSERT(AllowThisStubCall(stub)); // Calls are not allowed in some stubs. in CallStub()
1667 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/x64/
Dmacro-assembler-x64.h1292 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-x64.cc528 ASSERT(AllowThisStubCall(stub)); // Calls are not allowed in some stubs in CallStub()
545 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
3001 ASSERT(AllowThisStubCall(&ces)); in DebugBreak()
/external/v8/src/arm/
Dmacro-assembler-arm.h1103 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-arm.cc1185 ASSERT(AllowThisStubCall(&ces)); in DebugBreak()
2129 ASSERT(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
2227 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler
/external/v8/src/mips/
Dmacro-assembler-mips.h1267 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-mips.cc2737 ASSERT(AllowThisStubCall(&ces)); in DebugBreak()
3902 ASSERT(AllowThisStubCall(stub)); // Stub calls are not allowed in some stubs. in CallStub()
4008 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall() function in v8::internal::MacroAssembler