Searched refs:fp_ (Results 1 - 17 of 17) sorted by relevance

/external/v8/src/
H A Dmksnapshot.cc135 fp_ = i::OS::FOpen(snapshot_file, "wb");
136 if (fp_ == NULL) {
140 fprintf(fp_, "// Autogenerated snapshot file. Do not edit.\n\n");
141 fprintf(fp_, "#include \"v8.h\"\n");
142 fprintf(fp_, "#include \"platform.h\"\n\n");
143 fprintf(fp_, "#include \"snapshot.h\"\n\n");
144 fprintf(fp_, "namespace v8 {\nnamespace internal {\n\n");
145 fprintf(fp_, "const byte Snapshot::data_[] = {");
149 fprintf(fp_, "const int Snapshot::size_ = %d;\n", Position());
151 fprintf(fp_, "cons
223 FILE* fp_; member in class:CppByteSink
[all...]
H A Dframes.cc96 fp_(NULL), sp_(NULL), advance_(&StackFrameIterator::AdvanceWithHandler) {
104 fp_(NULL), sp_(NULL), advance_(&StackFrameIterator::AdvanceWithHandler) {
111 fp_(NULL), sp_(NULL), advance_(&StackFrameIterator::AdvanceWithHandler) {
120 fp_(use_top ? NULL : fp), sp_(sp),
172 ASSERT(fp_ != NULL);
173 state.fp = fp_;
176 reinterpret_cast<Address*>(StandardFrame::ComputePCAddress(fp_)));
H A Ddeoptimizer.h424 intptr_t GetFp() const { return fp_; }
425 void SetFp(intptr_t fp) { fp_ = fp; }
490 intptr_t fp_;
H A Dic.h138 Address fp() const { return fp_; }
172 Address fp_; member in class:v8::internal::IC
H A Dframes.h688 Address fp_;
H A Ddeoptimizer.cc1219 fp_(kZapUint32),
H A Dic.cc136 fp_ = fp;
/external/chromium_org/v8/src/
H A Dmksnapshot.cc95 fp_ = i::OS::FOpen(snapshot_file, "wb");
96 if (fp_ == NULL) {
100 fprintf(fp_, "// Autogenerated snapshot file. Do not edit.\n\n");
101 fprintf(fp_, "#include \"v8.h\"\n");
102 fprintf(fp_, "#include \"platform.h\"\n\n");
103 fprintf(fp_, "#include \"snapshot.h\"\n\n");
104 fprintf(fp_, "namespace v8 {\nnamespace internal {\n\n");
105 fprintf(fp_, "const byte Snapshot::data_[] = {");
109 fprintf(fp_, "const int Snapshot::size_ = %d;\n", Position());
111 fprintf(fp_, "cons
195 FILE* fp_; member in class:CppByteSink
[all...]
H A Ddeoptimizer.h540 intptr_t GetFp() const { return fp_; }
541 void SetFp(intptr_t fp) { fp_ = fp; }
606 intptr_t fp_;
H A Dic.h174 Address fp() const { return fp_; }
264 Address fp_; member in class:v8::internal::IC
H A Ddeoptimizer.cc2583 fp_(kZapUint32),
H A Dic.cc146 fp_ = fp;
/external/bison/lib/
H A Dstdio-impl.h35 # define fp_ ((struct { struct __FILE_public pub; \ macro
57 # define fp_ fp macro
70 # define fp_ub fp_->_ub
94 # define fp_ ((struct { unsigned char *_ptr; \ macro
102 # define fp_ fp macro
H A Dfseterr.c35 fp_->_flags |= __SERR;
41 fp_->_flag |= _IOERR;
/external/openfst/src/include/fst/
H A Dbi-table.h281 : fp_(fp ? fp : new FP()) {
287 : fp_(table.fp_ ? new FP(*table.fp_) : 0),
291 ~VectorBiTable() { delete fp_; }
294 ssize_t fp = (*fp_)(entry);
313 const FP &Fingerprint() const { return *fp_; }
316 FP *fp_; member in class:fst::VectorBiTable
341 fp_(fp ? fp : new FP()),
354 fp_(tabl
458 FP *fp_; // Fingerprint used when hashing entry into vector member in class:fst::VectorHashBiTable
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc172 fp_ = OS::FOpen(snapshot_file, "wb");
174 if (fp_ == NULL) {
180 if (fp_ != NULL) {
181 fclose(fp_);
185 if (fp_ != NULL) {
186 fputc(byte, fp_);
190 return ftell(fp_);
202 FILE* fp_; member in class:FileByteSink
/external/v8/test/cctest/
H A Dtest-serialize.cc173 fp_ = OS::FOpen(snapshot_file, "wb");
175 if (fp_ == NULL) {
181 if (fp_ != NULL) {
182 fclose(fp_);
186 if (fp_ != NULL) {
187 fputc(byte, fp_);
191 return ftell(fp_);
203 FILE* fp_; member in class:FileByteSink

Completed in 228 milliseconds