Home
last modified time | relevance | path

Searched refs:IsNativeContext (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/
Dcontexts.cc61 if (IsFunctionContext() || IsNativeContext() || IsScriptContext()) { in is_declaration_context()
84 DCHECK(IsNativeContext() || IsFunctionContext() || IsBlockContext()); in extension_object()
92 (IsNativeContext() && object->IsJSGlobalObject())); in extension_object()
98 DCHECK(IsNativeContext() || IsWithContext() || in extension_receiver()
239 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup()
244 if ((context->IsNativeContext() || in Lookup()
250 if (context->IsNativeContext()) { in Lookup()
373 if (context->IsNativeContext() || in Lookup()
409 DCHECK(IsNativeContext()); in AddOptimizedFunction()
448 DCHECK(IsNativeContext()); in RemoveOptimizedFunction()
[all …]
Dcontexts-inl.h84 bool Context::IsNativeContext() { in IsNativeContext() function
134 DCHECK(IsNativeContext()); \
138 DCHECK(IsNativeContext()); \
142 DCHECK(IsNativeContext()); \
Dcontext-measure.cc20 DCHECK(context_->IsNativeContext()); in ContextMeasure()
Dcompilation-cache.cc307 if (context->IsNativeContext()) { in LookupEval()
345 if (context->IsNativeContext()) { in PutEval()
Dcontexts.h473 inline bool IsNativeContext();
Dcompiler.cc1153 if (context->IsNativeContext()) parse_info.set_global(); in CompileEvalForDebugging()
1386 if (context->IsNativeContext()) parse_info.set_global(); in GetFunctionFromEval()
Dobjects-debug.cc558 CHECK(creation_context()->IsNativeContext()); in JSBoundFunctionVerify()
Dbootstrapper.cc844 DCHECK(context->IsNativeContext()); in AddToWeakNativeContextList()
1877 DCHECK(context->IsNativeContext()); in CompileNative()
1923 DCHECK(context->IsNativeContext()); in CompileExtension()
Dfactory.cc745 DCHECK(context->IsNativeContext()); in NewNativeContext()
Dobjects.cc7510 if (context->IsNativeContext()) { in ReferencesObject()
12378 DCHECK(native_context->IsNativeContext()); in AddToOptimizedCodeMapInternal()
12447 DCHECK(cell->cleared() || cell->value()->IsNativeContext()); in AddToOptimizedCodeMapInternal()
12482 WeakCell::cast(code_map->get(src))->value()->IsNativeContext()); in EvictFromOptimizedCodeMap()
13191 DCHECK(context->IsNativeContext()); in GetDerivedMap()
13849 DCHECK(native_context->IsNativeContext()); in SearchOptimizedCodeMapEntry()
Ddeoptimizer.cc235 CHECK(context->IsNativeContext()); in VisitAllOptimizedFunctionsForContext()
Dobjects-inl.h809 bool Object::IsNativeContext() const { in IsNativeContext() function
Dapi.cc803 Utils::ApiCheck(env->IsNativeContext(), in EmbedderDataFor()
/external/v8/src/debug/
Ddebug-scopes.cc152 DCHECK(context_->IsNativeContext()); in Next()
166 CHECK(context_->IsNativeContext()); in Next()
194 DCHECK(context_->IsScriptContext() || context_->IsNativeContext()); in Type()
209 if (context_->IsNativeContext()) { in Type()
481 !function_context->IsNativeContext()) { in MaterializeLocalScope()
656 !function_context->IsNativeContext()) { in SetLocalVariableValue()
/external/v8/src/compiler/
Daccess-info.cc139 DCHECK(native_context->IsNativeContext()); in AccessInfoFactory()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc859 } else if (object->IsNativeContext()) { in AddEntry()
1264 if (context->IsNativeContext()) { in ExtractContextReferences()
2124 if (child_obj->IsNativeContext()) { in SetGcSubrootReference()
2187 if ((*p)->IsNativeContext()) { in VisitPointers()
/external/v8/src/ast/
Dscopes.cc227 while (!context->IsNativeContext()) { in DeserializeScopeChain()
/external/v8/src/parsing/
Dparser.cc867 if (!info->context().is_null() && !info->context()->IsNativeContext()) { in DoParseProgram()
5120 DCHECK(info->context().is_null() || info->context()->IsNativeContext()); in ParseOnBackground()
/external/v8/src/snapshot/
Dserialize.cc1463 if (context->IsNativeContext()) { in Serialize()