Searched refs:source_ (Results 1 - 21 of 21) sorted by relevance

/external/v8/src/
H A Dbackground-parsing-task.cc13 : source_(source), options_(options), stack_size_(stack_size) {
40 source_->info->SetCachedData(&script_data, options_);
44 Parser::ParseInfo parse_info = {limit, source_->hash_seed,
45 &source_->unicode_cache};
49 source_->parser.Reset(new Parser(source_->info.get(), &parse_info));
50 source_->parser->set_allow_lazy(source_->allow_lazy);
51 source_->parser->ParseOnBackground();
54 source_
[all...]
H A Dbackground-parsing-task.h60 StreamedSource* source_; // Not owned. member in class:v8::internal::BackgroundParsingTask
H A Djson-parser.h31 : source_(source),
39 source_ = String::Flatten(source_);
44 seq_source_ = Handle<SeqOneByteString>::cast(source_);
58 c0_ = source_->Get(position_);
103 if (source_->length() - position_ - 1 > length) {
188 Handle<String> source_; member in class:v8::internal::BASE_EMBEDDED
247 MessageLocation location(factory->NewScript(source_),
561 String::WriteToFlat(*source_, buffer.start(), beg_pos, position_);
632 // If the sink can contain UC16 characters, or source_ contain
[all...]
H A Dscanner-character-streams.h142 Handle<ExternalTwoByteString> source_; member in class:v8::internal::ExternalTwoByteStringUtf16CharacterStream
H A Dscanner.h482 // Call this after setting source_ to the input.
521 void Advance() { c0_ = source_->Advance(); }
523 source_->PushBack(c0_);
617 return source_->pos() - kCharacterLookaheadBufferSize;
634 Utf16CharacterStream* source_; member in class:v8::internal::Scanner
H A Dlithium.h261 : source_(source), destination_(destination) {
264 LOperand* source() const { return source_; }
265 void set_source(LOperand* operand) { source_ = operand; }
273 return destination_ == NULL && source_ != NULL;
284 return IsEliminated() || source_->Equals(destination_) || IsIgnored() ||
293 void Eliminate() { source_ = destination_ = NULL; }
295 DCHECK(source_ != NULL || destination_ == NULL);
296 return source_ == NULL;
300 LOperand* source_; member in class:v8::internal::BASE_EMBEDDED
H A Dserialize.h302 int offset = source_->GetInt();
313 SnapshotByteSource* source_; member in class:v8::internal::Deserializer
578 : Serializer(isolate, sink), source_(source) {
599 return source_;
616 String* source_; member in class:v8::internal::CodeSerializer
H A Dserialize.cc598 source_(source),
687 // DCHECK(source_->AtEOF());
780 int size = source_->GetInt() << kObjectAlignmentBits;
787 LOG(isolate_, SnapshotPositionEvent(address, source_->position()));
821 int data = source_->Get();
845 int root_id = source_->GetInt(); \
849 int cache_index = source_->GetInt(); \
853 int skip = source_->GetInt(); \
856 int reference_id = source_->GetInt(); \
867 int builtin_id = source_
[all...]
H A Dscanner-character-streams.cc444 source_(data),
H A Dscanner.cc44 source_ = source;
669 source_->SeekForward(pos - source_->pos());
H A Dobjects.cc13534 : source_(source),
13552 return source->Equals(*source_);
13575 return StringSharedHashHelper(*source_, *shared_, strict_mode_,
13596 array->set(1, *source_);
13603 Handle<String> source_; member in class:v8::StringSharedKey
H A Dapi.cc413 source_(source, source_length_),
/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp254 ShaderSource (glu::ShaderType shaderType_, const std::string& source_) : shaderType(shaderType_), source(source_) { DE_ASSERT(!source_.empty()); } argument
259 VertexSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) {} argument
264 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {} argument
269 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {} argument
274 ComputeSource (const std::string& source_) argument
279 TessellationControlSource(const std::string& source_) argument
284 TessellationEvaluationSource(const std::string& source_) argument
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
H A Drcssmin.c181 const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx)
183 const rchar *source = *source_;
192 *source_ = source;
213 const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx)
215 const rchar *source = *source_, *pstart = pattern;
227 *source_ = source;
276 *source_ = source; \
292 copy_escape(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
294 const rchar *source = *source_, *hsentinel;
337 *source_
180 copy_match(const rchar *pattern, const rchar *psentinel, const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
212 copy_imatch(const rchar *pattern, const rchar *psentinel, const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
345 copy_string(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
398 copy_uri_string(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
457 copy_uri_unquoted(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
514 copy_url(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
567 copy_at_group(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
659 copy_space(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx, need_space_flag need_space) argument
747 copy_space_comment(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx, need_space_flag need_space) argument
774 copy_space_optional(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
800 copy_first(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
840 copy_ie7hack(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
867 copy_semicolon(const rchar **source_, rchar **target_, rcssmin_ctx_t *ctx) argument
[all...]
/external/openfst/src/include/fst/script/
H A Dcompile-impl.h59 : nline_(0), source_(source),
75 << source_
148 << ", source = " << source_ << ", line = " << nline_;
156 << "\", source = " << source_ << ", line = " << nline_;
193 << "\", source = " << source_ << ", line = " << nline_;
202 string source_; // text FST source name member in class:fst::FstCompiler
/external/v8/tools/
H A Dlexer-shell.cc60 source_ = ReadFileAndRepeat(fname, &length, repeat);
65 stream_ = new Utf8ToUtf16CharacterStream(source_, length);
70 reinterpret_cast<const uint16_t*>(source_),
78 Vector<const uint8_t>(source_, length)).ToHandleChecked();
92 delete[] source_;
105 const byte* source_; member in class:BaselineScanner
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type),
69 VLOG(1) << "Processing source " << source_ << " at line " << nline_;
125 string source_; member in class:fst::StringReader
/external/v8/src/compiler/
H A Dinstruction.h273 : source_(source), destination_(destination) {}
275 InstructionOperand* source() const { return source_; }
276 void set_source(InstructionOperand* operand) { source_ = operand; }
283 bool IsPending() const { return destination_ == NULL && source_ != NULL; }
293 return IsEliminated() || source_->Equals(destination_) || IsIgnored() ||
302 void Eliminate() { source_ = destination_ = NULL; }
304 DCHECK(source_ != NULL || destination_ == NULL);
305 return source_ == NULL;
309 InstructionOperand* source_; member in class:v8::internal::compiler::FINAL
/external/openfst/src/include/fst/
H A Dsymbol-table.h52 const string& source_)
54 source(source_) { }
51 SymbolTableReadOptions(vector<pair<int64, int64> > string_hash_ranges_, const string& source_) argument
/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp268 MessageID (GLenum source_, GLenum type_, GLuint id_) : source(source_), type(type_), id(id_) {} argument
879 MessageFilter(GLenum source_, GLenum type_, GLenum severity_, const vector<GLuint>& ids_, bool enabled_) : source(source_), type(type_), severity(severity_), ids(ids_), enabled(enabled_) {}
/external/v8/include/
H A Dv8.h4014 return &source_; }
4022 size_t source_length_; // expected to initialize before source_
4023 ExternalOneByteStringResourceImpl source_; member in class:v8::Extension

Completed in 671 milliseconds