Home
last modified time | relevance | path

Searched refs:no_cache_reason (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcompiler.h127 v8::ScriptCompiler::NoCacheReason no_cache_reason);
146 ScriptCompiler::NoCacheReason no_cache_reason,
Dcompiler.cc1391 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()
Dapi.cc2361 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/
Dv8.h1597 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);