S 145 include/v8.h *(static_cast<T* volatile*>(0)) = static_cast<S*>(0); \
S 195 include/v8.h template <class S> inline Handle(Handle<S> that)
S 202 include/v8.h TYPE_CHECK(T, S);
S 225 include/v8.h template <class S> inline bool operator==(Handle<S> that) const {
S 239 include/v8.h template <class S> inline bool operator!=(Handle<S> that) const {
S 243 include/v8.h template <class S> static inline Handle<T> Cast(Handle<S> that) {
S 252 include/v8.h template <class S> inline Handle<S> As() {
S 253 include/v8.h return Handle<S>::Cast(*this);
S 271 include/v8.h template <class S> inline Local(Local<S> that)
S 278 include/v8.h TYPE_CHECK(T, S);
S 280 include/v8.h template <class S> inline Local(S* that) : Handle<T>(that) { }
S 281 include/v8.h template <class S> static inline Local<T> Cast(Local<S> that) {
S 290 include/v8.h template <class S> inline Local<S> As() {
S 291 include/v8.h return Local<S>::Cast(*this);
S 338 include/v8.h template <class S> inline Persistent(Persistent<S> that)
S 345 include/v8.h TYPE_CHECK(T, S);
S 348 include/v8.h template <class S> inline Persistent(S* that) : Handle<T>(that) { }
S 354 include/v8.h template <class S> explicit inline Persistent(Handle<S> that)
S 357 include/v8.h template <class S> static inline Persistent<T> Cast(Persistent<S> that) {
S 366 include/v8.h template <class S> inline Persistent<S> As() {
S 367 include/v8.h return Persistent<S>::Cast(*this);
S 4292 include/v8.h S* slot = I::GetRoot(isolate, I::kEmptySymbolRootIndex);
S 4480 include/v8.h S* slot = I::GetRoot(isolate, I::kUndefinedValueRootIndex);
S 4489 include/v8.h S* slot = I::GetRoot(isolate, I::kNullValueRootIndex);
S 4498 include/v8.h S* slot = I::GetRoot(isolate, I::kTrueValueRootIndex);
S 4507 include/v8.h S* slot = I::GetRoot(isolate, I::kFalseValueRootIndex);
S 58 src/arguments.h template <class S> Handle<S> at(int index) {
S 62 src/arguments.h S::cast(*value);
S 63 src/arguments.h return Handle<S>(reinterpret_cast<S**>(value));
S 510 src/arm/assembler-arm.cc return (instr & (B27 | B26 | I | kOpCodeMask | S | kRdMask)) ==
S 511 src/arm/assembler-arm.cc (I | TST | S);
S 516 src/arm/assembler-arm.cc return (instr & (B27 | B26 | I | kOpCodeMask | S | kRdMask | B4)) ==
S 517 src/arm/assembler-arm.cc (CMP | S);
S 522 src/arm/assembler-arm.cc return (instr & (B27 | B26 | I | kOpCodeMask | S | kRdMask)) ==
S 523 src/arm/assembler-arm.cc (I | CMP | S);
S 831 src/arm/assembler-arm.cc ASSERT((instr & ~(kCondMask | kOpCodeMask | S)) == 0);
S 1123 src/arm/assembler-arm.cc addrmod1(cond | TST | S, src1, r0, src2);
S 1128 src/arm/assembler-arm.cc addrmod1(cond | TEQ | S, src1, r0, src2);
S 1133 src/arm/assembler-arm.cc addrmod1(cond | CMP | S, src1, r0, src2);
S 1140 src/arm/assembler-arm.cc emit(cond | I | CMP | S | src.code() << 16 | raw_immediate);
S 1145 src/arm/assembler-arm.cc addrmod1(cond | CMN | S, src1, r0, src2);
S 44 src/bignum.cc static int BitSize(S value) {
S 552 src/bignum.cc static int SizeInHexChars(S number) {
S 57 src/builtins.cc template <class S> Handle<S> at(int index) {
S 59 src/builtins.cc return Arguments::at<S>(index);
S 54 src/handles.h template <class S> Handle(Handle<S> handle) {
S 57 src/handles.h S* b = NULL;
S 81 src/handles.h template <class S> static Handle<T> cast(Handle<S> that) {
S 955 src/hydrogen-instructions.h template<int S, int V>
S 958 src/hydrogen-instructions.h int SuccessorCount() { return S; }
S 970 src/hydrogen-instructions.h EmbeddedContainer<HBasicBlock*, S> successors_;
S 644 src/liveedit.cc static S Create() {
S 645 src/liveedit.cc Handle<JSArray> array = FACTORY->NewJSArray(S::kSize_);
S 646 src/liveedit.cc return S(array);
S 648 src/liveedit.cc static S cast(Object* object) {
S 651 src/liveedit.cc return S(array_handle);
S 1724 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, CVT_W_S);
S 1734 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S);
S 1744 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, ROUND_W_S);
S 1754 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, FLOOR_W_S);
S 1764 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, CEIL_W_S);
S 1775 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, CVT_L_S);
S 1787 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_L_S);
S 1798 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, ROUND_L_S);
S 1808 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, FLOOR_L_S);
S 1818 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, CEIL_L_S);
S 1855 src/mips/assembler-mips.cc GenInstrRegister(COP1, S, f0, fs, fd, CVT_D_S);
S 577 src/mips/disasm-mips.cc case S:
S 1732 src/mips/simulator-mips.cc case S:
S 1989 src/mips/simulator-mips.cc case S:
S 329 src/utils.h template <typename S> friend class Access;
S 443 src/utils.h template<typename S>
S 444 src/utils.h static Vector<T> cast(Vector<S> input) {
S 446 src/utils.h input.length() * sizeof(S) / sizeof(T));
S 59 src/version.cc S(MAJOR_VERSION) "." S(MINOR_VERSION) "." S(BUILD_NUMBER) "." \
S 60 src/version.cc S(PATCH_LEVEL) CANDIDATE_STRING
S 63 src/version.cc S(MAJOR_VERSION) "." S(MINOR_VERSION) "." S(BUILD_NUMBER) \