Searched refs:compiler_ (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/gpu/command_buffer/service/ |
D | shader_translator.cc | 123 : compiler_(NULL), in ShaderTranslator() 135 DCHECK(compiler_ == NULL); in Init() 147 compiler_ = ShConstructCompiler( in Init() 153 return compiler_ != NULL; in Init() 175 DCHECK(compiler_ != NULL); in Translate() 182 compiler_, shader_strings, 1, GetCompileOptions()); in Translate() 189 ShGetInfo(compiler_, SH_OBJECT_CODE_LENGTH, &obj_code_len); in Translate() 192 ShGetObjectCode(compiler_, buffer.get()); in Translate() 197 GetVariableInfo(compiler_, SH_ACTIVE_ATTRIBUTES, attrib_map); in Translate() 198 GetVariableInfo(compiler_, SH_ACTIVE_UNIFORMS, uniform_map); in Translate() [all …]
|
D | shader_translator.h | 143 ShHandle compiler_; variable
|
/external/openfst/src/include/fst/extensions/far/ |
D | compile-strings.h | 60 compiler_(token_type, syms, unknown_label, allow_negative_labels) { 96 if (compiler_(content_, fst)) { 114 if (compiler_(content_, fst)) { 130 StringCompiler<A> compiler_; variable
|
/external/chromium_org/v8/src/ |
D | jsregexp.cc | 1057 explicit RecursionCheck(RegExpCompiler* compiler) : compiler_(compiler) { in RecursionCheck() 1060 ~RecursionCheck() { compiler_->DecrementRecursionDepth(); } in ~RecursionCheck() 1062 RegExpCompiler* compiler_; member in v8::internal::RecursionCheck 3636 compiler_(compiler) { in BoyerMooreLookahead() 3697 frequency += compiler_->frequency_collator()->Frequency(j) + 1; in FindBestInterval() 3707 (compiler_->one_byte() ? remembered_from <= 4 : remembered_from <= 2)); in FindBestInterval() 4875 : compiler_(compiler), in RegExpExpansionLimiter() 4893 compiler_->set_current_expansion_factor(saved_expansion_factor_); in ~RegExpExpansionLimiter() 4899 RegExpCompiler* compiler_; member in v8::internal::RegExpExpansionLimiter
|
D | jsregexp.h | 1292 RegExpCompiler* compiler() { return compiler_; } in compiler() 1331 RegExpCompiler* compiler_; variable
|