Searched refs:is_toplevel (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/tools/json_schema_compiler/ |
D | h_generator.py | 89 is_toplevel=True, 169 def _GenerateType(self, type_, is_toplevel=False, generate_typedefs=False): argument 210 maybe_static = '' if is_toplevel else 'static ' 232 if is_toplevel: 339 def _GenerateTypes(self, types, is_toplevel=False, generate_typedefs=False): argument 346 is_toplevel=is_toplevel, 355 c.Cblock(self._GenerateTypes((p.type_ for p in params), is_toplevel=True))
|
/external/chromium_org/v8/src/ |
D | runtime-profiler.cc | 213 if (shared->is_toplevel() && in OptimizeNow()
|
D | compiler.cc | 578 bool is_toplevel, in SetFunctionInfo() argument 588 function_info->set_is_toplevel(is_toplevel); in SetFunctionInfo()
|
D | debug.cc | 2054 if (shared->is_toplevel()) continue; in PrepareForBreakPoints() 2132 if (!shared->is_toplevel()) { in FindSharedFunctionInfoInScript()
|
D | accessors.cc | 1273 } while (caller->shared()->is_toplevel()); in FindCaller()
|
D | factory.cc | 1394 !info->is_toplevel() && in NewFunctionFromSharedFunctionInfo()
|
D | objects-inl.h | 5431 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, in ACCESSORS()
|
D | objects.h | 6720 DECL_BOOLEAN_ACCESSORS(is_toplevel)
|
D | objects.cc | 9818 if (!s->is_toplevel()) { in operator <<()
|
/external/chromium_org/v8/src/heap/ |
D | objects-visiting-inl.h | 780 if (shared_info->is_toplevel()) { in IsFlushable()
|