Searched refs:no_cache_reason (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | compiler.h | 127 v8::ScriptCompiler::NoCacheReason no_cache_reason); 146 ScriptCompiler::NoCacheReason no_cache_reason,
|
D | compiler.cc | 1391 Isolate* isolate, ScriptCompiler::NoCacheReason no_cache_reason) in ScriptCompileTimerScope() 1395 no_cache_reason_(no_cache_reason), in ScriptCompileTimerScope() 1591 ScriptCompiler::NoCacheReason no_cache_reason, NativesFlag natives) { in GetSharedFunctionInfoForScript() argument 1592 ScriptCompileTimerScope compile_timer(isolate, no_cache_reason); in GetSharedFunctionInfoForScript() 1683 v8::ScriptCompiler::NoCacheReason no_cache_reason) { in GetWrappedFunction() argument 1685 ScriptCompileTimerScope compile_timer(isolate, no_cache_reason); in GetWrappedFunction()
|
D | api.cc | 2361 NoCacheReason no_cache_reason) { in CompileUnboundInternal() argument 2398 script_data, options, no_cache_reason, i::NOT_NATIVES_CODE); in CompileUnboundInternal() 2410 NoCacheReason no_cache_reason) { in CompileUnboundScript() argument 2415 return CompileUnboundInternal(v8_isolate, source, options, no_cache_reason); in CompileUnboundScript() 2421 NoCacheReason no_cache_reason) { in Compile() argument 2427 CompileUnboundInternal(isolate, source, options, no_cache_reason); in Compile() 2436 NoCacheReason no_cache_reason) { in CompileModule() argument 2445 CompileUnboundInternal(isolate, source, options, no_cache_reason); in CompileModule() 2496 NoCacheReason no_cache_reason) { in CompileFunctionInContext() argument 2553 no_cache_reason) in CompileFunctionInContext()
|
/external/v8/include/ |
D | v8.h | 1597 NoCacheReason no_cache_reason = kNoCacheNoReason); 1613 NoCacheReason no_cache_reason = kNoCacheNoReason); 1671 NoCacheReason no_cache_reason = kNoCacheNoReason); 1688 NoCacheReason no_cache_reason = kNoCacheNoReason); 1716 NoCacheReason no_cache_reason);
|