Searched defs:source_ (Results 76 - 89 of 89) sorted by relevance

1234

/external/v8/src/
H A Dserialize.h376 SnapshotByteSource* source_; member in class:v8::internal::Deserializer
H A Dobjects.cc10510 : source_(source),
10529 return source->Equals(source_);
10554 source_, shared_, language_mode_, scope_position_);
10573 { MaybeObject* maybe_obj = source_->GetHeap()->AllocateFixedArray(4);
10578 other_array->set(1, source_);
10585 String* source_; member in class:v8::internal::StringSharedKey
/external/chromium/chrome/browser/
H A Dbrowser_about_handler.cc222 : source_(source), request_id_(request_id) {}
234 scoped_refptr<AboutSource> source_; member in class:__anon1937::AboutMemoryHandler
255 scoped_refptr<AboutSource> source_; member in class:__anon1937::ChromeOSAboutVersionHandler
280 : source_(source),
315 source_->FinishDataRequest(contents_, request_id_);
319 scoped_refptr<AboutSource> source_; member in class:__anon1937::ChromeOSTermsHandler
558 : source_(source),
584 source_->FinishDataRequest(data, request_id_);
588 scoped_refptr<AboutSource> source_; member in class:__anon1937::AboutDnsHandler
1211 source_
[all...]
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc51 : source_(source),
67 TabContentsWrapper* source_; member in class:__anon2565::DeleteTabContentsOnDestroyedObserver
/external/chromium/net/base/
H A Dhost_resolver_impl.cc156 : info_(info), source_(source) {}
169 if (source_.is_valid())
170 dict->Set("source_dependency", source_.ToValue());
177 const NetLog::Source source_; member in class:net::RequestInfoParameters
184 : host_(host), source_(source) {}
189 dict->Set("source_dependency", source_.ToValue());
195 const NetLog::Source source_; member in class:net::JobCreationParameters
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc476 explicit ThemeImageSource(const gfx::ImageSkia& source) : source_(source) {
481 if (source_.HasRepresentation(scale))
482 return source_.GetRepresentation(scale);
483 const gfx::ImageSkiaRep& rep_100p = source_.GetRepresentation(1.0f);
492 const gfx::ImageSkia source_; member in class:__anon6131::ThemeImageSource
/external/chromium_org/v8/src/
H A Dlithium.h277 : source_(source), destination_(destination) {
280 LOperand* source() const { return source_; }
281 void set_source(LOperand* operand) { source_ = operand; }
289 return destination_ == NULL && source_ != NULL;
300 return IsEliminated() || source_->Equals(destination_) || IsIgnored();
308 void Eliminate() { source_ = destination_ = NULL; }
310 ASSERT(source_ != NULL || destination_ == NULL);
311 return source_ == NULL;
315 LOperand* source_; member in class:v8::internal::BASE_EMBEDDED
H A Dobjects.cc13778 : source_(source),
13797 return source->Equals(source_);
13822 source_, shared_, language_mode_, scope_position_);
13846 other_array->set(1, source_);
13853 String* source_; member in class:v8::internal::StringSharedKey
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc511 source_(source_reg),
517 Register source_; member in class:v8::internal::ConvertToDoubleStub
529 (source_.code() << 8) +
542 __ SmiUntag(source_);
547 __ and_(exponent, source_, Operand(HeapNumber::kSignMask), SetCC);
549 __ rsb(source_, source_, Operand::Zero(), LeaveCC, ne);
551 // We have -1, 0 or 1, which we treat specially. Register source_ contains
554 __ cmp(source_, Operand(1));
566 __ clz(zeros_, source_);
[all...]
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc497 source_(source_reg),
503 Register source_; member in class:v8::internal::ConvertToDoubleStub
515 (source_.code() << 8) +
533 __ sra(source_, source_, kSmiTagSize);
538 __ And(exponent, source_, Operand(HeapNumber::kSignMask));
540 __ subu(at, zero_reg, source_);
541 __ Movn(source_, at, exponent);
543 // We have -1, 0 or 1, which we treat specially. Register source_ contains
546 __ Branch(&not_special, gt, source_, Operan
[all...]
/external/v8/include/
H A Dv8.h2513 return &source_; }
2521 size_t source_length_; // expected to initialize before source_
2522 ExternalAsciiStringResourceImpl source_; member in class:v8::Extension
/external/v8/src/arm/
H A Dcode-stubs-arm.cc435 source_(source_reg),
441 Register source_; member in class:v8::internal::ConvertToDoubleStub
453 (source_.code() << 8) +
467 __ mov(source_, Operand(source_, ASR, kSmiTagSize));
472 __ and_(exponent, source_, Operand(HeapNumber::kSignMask), SetCC);
474 __ rsb(source_, source_, Operand(0, RelocInfo::NONE), LeaveCC, ne);
476 // We have -1, 0 or 1, which we treat specially. Register source_ contains
479 __ cmp(source_, Operan
[all...]
/external/v8/src/mips/
H A Dcode-stubs-mips.cc432 source_(source_reg),
438 Register source_; member in class:v8::internal::ConvertToDoubleStub
450 (source_.code() << 8) +
468 __ sra(source_, source_, kSmiTagSize);
473 __ And(exponent, source_, Operand(HeapNumber::kSignMask));
475 __ subu(at, zero_reg, source_);
476 __ Movn(source_, at, exponent);
478 // We have -1, 0 or 1, which we treat specially. Register source_ contains
481 __ Branch(&not_special, gt, source_, Operan
[all...]
/external/chromium_org/v8/include/
H A Dv8.h3913 return &source_; }
3921 size_t source_length_; // expected to initialize before source_
3922 ExternalAsciiStringResourceImpl source_; member in class:v8::Extension

Completed in 825 milliseconds

1234