Searched refs:compiled_code (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1414 a = G(pcre2_callout_enumerate,BITONE)(G(compiled_code,BITONE), \ 1417 a = G(pcre2_callout_enumerate,BITTWO)(G(compiled_code,BITTWO), \ 1542 G(pcre2_printint_,BITONE)(G(compiled_code,BITONE),outfile,a); \ 1544 G(pcre2_printint_,BITTWO)(G(compiled_code,BITTWO),outfile,a) 3575 PCRE2_PATTERN_INFO(rc, compiled_code, what, where); in pattern_info() 3584 8 * (FLD(compiled_code, flags) & PCRE2_MODE_MASK)); in pattern_info() 3805 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback() 3999 (FLD(compiled_code, flags) & PCRE2_BSR_SET) != 0) in show_pattern_info() 4003 if ((FLD(compiled_code, flags) & PCRE2_NL_SET) != 0) in show_pattern_info() 4039 ((FLD(compiled_code, flags) & PCRE2_FIRSTCASELESS) == 0)? in show_pattern_info() [all …]
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 172 Handle<Code> optimized_code = deoptimizer->compiled_code(); in RUNTIME_FUNCTION()
|
/external/v8/src/ |
D | deoptimizer.h | 393 Handle<Code> compiled_code() const { return Handle<Code>(compiled_code_); } in compiled_code() function
|
D | deoptimizer.cc | 508 Code* compiled_code = FindDeoptimizingCode(from_); in FindOptimizedCode() local 509 return (compiled_code == NULL) in FindOptimizedCode() 511 : compiled_code; in FindOptimizedCode()
|
/external/v8/src/regexp/ |
D | jsregexp.cc | 315 Object* compiled_code = re->DataAt(JSRegExp::code_index(is_one_byte)); in EnsureCompiledIrregexp() local 317 if (compiled_code->IsByteArray()) return true; in EnsureCompiledIrregexp() 319 if (compiled_code->IsCode()) return true; in EnsureCompiledIrregexp() 327 DCHECK(compiled_code->IsSmi()); in EnsureCompiledIrregexp()
|