/external/chromium_org/v8/src/mips/ |
D | code-stubs-mips.h | 73 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 292 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 497 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function
|
D | macro-assembler-mips.cc | 4027 return has_frame_ || !stub->SometimesSetsUpAFrame(); in AllowThisStubCall()
|
/external/chromium_org/v8/src/arm/ |
D | code-stubs-arm.h | 72 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 280 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 481 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function
|
D | macro-assembler-arm.cc | 2435 return has_frame_ || !stub->SometimesSetsUpAFrame(); in AllowThisStubCall()
|
/external/chromium_org/v8/src/x64/ |
D | code-stubs-x64.h | 73 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 237 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 295 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function
|
D | macro-assembler-x64.cc | 568 return has_frame_ || !stub->SometimesSetsUpAFrame(); in AllowThisStubCall()
|
/external/chromium_org/v8/src/ia32/ |
D | code-stubs-ia32.h | 78 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 246 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 305 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function
|
D | macro-assembler-ia32.cc | 2201 return has_frame_ || !stub->SometimesSetsUpAFrame(); in AllowThisStubCall()
|
/external/v8/src/x64/ |
D | code-stubs-x64.h | 72 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 442 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 502 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function
|
D | macro-assembler-x64.cc | 546 if (!has_frame_ && stub->SometimesSetsUpAFrame()) return false; in AllowThisStubCall()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.h | 73 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 440 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 500 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function
|
D | macro-assembler-ia32.cc | 1668 if (!has_frame_ && stub->SometimesSetsUpAFrame()) return false; in AllowThisStubCall()
|
/external/v8/src/mips/ |
D | code-stubs-mips.h | 71 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 496 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 875 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function
|
D | macro-assembler-mips.cc | 4009 if (!has_frame_ && stub->SometimesSetsUpAFrame()) return false; in AllowThisStubCall()
|
/external/v8/src/arm/ |
D | code-stubs-arm.h | 70 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 485 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 875 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function
|
D | macro-assembler-arm.cc | 2228 if (!has_frame_ && stub->SometimesSetsUpAFrame()) return false; in AllowThisStubCall()
|
/external/v8/src/ |
D | code-stubs.h | 159 virtual bool SometimesSetsUpAFrame() { return true; } in SometimesSetsUpAFrame() function 1072 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function
|
/external/chromium_org/v8/src/ |
D | code-stubs.h | 172 virtual bool SometimesSetsUpAFrame() { return true; } in SometimesSetsUpAFrame() function 1759 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 2188 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function 2338 virtual bool SometimesSetsUpAFrame() { return false; } in SometimesSetsUpAFrame() function
|