Searched refs:SometimesSetsUpAFrame (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.h72 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::StoreBufferOverflowStub
442 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::StringDictionaryLookupStub
502 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::RecordWriteStub
H A Dmacro-assembler-x64.cc546 if (!has_frame_ && stub->SometimesSetsUpAFrame()) return false;
/external/v8/src/arm/
H A Dcode-stubs-arm.h70 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::StoreBufferOverflowStub
485 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::RecordWriteStub
875 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::StringDictionaryLookupStub
H A Dmacro-assembler-arm.cc2228 if (!has_frame_ && stub->SometimesSetsUpAFrame()) return false;
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h73 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::StoreBufferOverflowStub
440 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::StringDictionaryLookupStub
500 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::RecordWriteStub
H A Dmacro-assembler-ia32.cc1668 if (!has_frame_ && stub->SometimesSetsUpAFrame()) return false;
/external/v8/src/mips/
H A Dcode-stubs-mips.h71 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::StoreBufferOverflowStub
496 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::RecordWriteStub
875 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::StringDictionaryLookupStub
H A Dmacro-assembler-mips.cc4009 if (!has_frame_ && stub->SometimesSetsUpAFrame()) return false;
/external/v8/src/
H A Dcode-stubs.h159 virtual bool SometimesSetsUpAFrame() { return true; } function in class:v8::internal::BASE_EMBEDDED
1072 virtual bool SometimesSetsUpAFrame() { return false; } function in class:v8::internal::ToBooleanStub

Completed in 915 milliseconds