Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.cc60 if (IsFunctionContext() || IsNativeContext() || IsScriptContext() || in is_declaration_context()
85 !current->IsModuleContext() && !current->IsNativeContext()) { in closure_context()
93 DCHECK(IsNativeContext() || IsFunctionContext() || IsBlockContext()); in extension_object()
101 (IsNativeContext() && object->IsJSGlobalObject())); in extension_object()
106 DCHECK(IsNativeContext() || IsWithContext() || in extension_receiver()
114 DCHECK(!IsNativeContext()); in scope_info()
221 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup()
226 if ((context->IsNativeContext() || in Lookup()
232 if (context->IsNativeContext()) { in Lookup()
391 if (context->IsNativeContext() || in Lookup()
[all …]
Dcontexts-inl.h82 bool Context::IsNativeContext() { in IsNativeContext() function
136 DCHECK(IsNativeContext()); \
140 DCHECK(IsNativeContext()); \
144 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.h538 inline bool IsNativeContext();
Dcompiler.cc1303 if (!context->IsNativeContext()) { in GetFunctionFromEval()
1475 if (!context->IsNativeContext()) { in GetSharedFunctionInfoForScript()
Dbootstrapper.cc842 DCHECK(context->IsNativeContext()); in AddToWeakNativeContextList()
2733 DCHECK(context->IsNativeContext()); in CompileNative()
2779 DCHECK(context->IsNativeContext()); in CompileExtension()
Dcode-stub-assembler.h631 compiler::Node* IsNativeContext(compiler::Node* object);
Dcode-stub-assembler.cc1324 CSA_ASSERT(this, IsNativeContext(native_context)); in LoadJSArrayElementsMap()
2785 Node* CodeStubAssembler::IsNativeContext(Node* object) { in IsNativeContext() function in v8::internal::CodeStubAssembler
5823 CSA_ASSERT(this, IsNativeContext(expected_native_context)); in EmitLoadICProtoArrayCheck()
Dfactory.cc842 DCHECK(context->IsNativeContext()); in NewNativeContext()
Dobjects.cc7665 if (context->IsNativeContext()) { in ReferencesObject()
12319 DCHECK(native_context->IsNativeContext()); in AddToOptimizedCodeMap()
12381 DCHECK(cell->cleared() || cell->value()->IsNativeContext()); in AddToOptimizedCodeMap()
12416 WeakCell::cast(code_map->get(src))->value()->IsNativeContext()); in EvictFromOptimizedCodeMap()
13190 DCHECK(context->IsNativeContext()); in GetDerivedMap()
14006 DCHECK(native_context->IsNativeContext()); in SearchOptimizedCodeMapEntry()
Ddeoptimizer.cc146 CHECK(context->IsNativeContext()); in VisitAllOptimizedFunctionsForContext()
Dapi.cc1035 Utils::ApiCheck(env->IsNativeContext(), in EmbedderDataFor()
2225 isolate, context->IsNativeContext() in CompileFunctionInContext()
Dobjects-inl.h794 bool HeapObject::IsNativeContext() const { in IsNativeContext() function
/external/v8/src/debug/
Ddebug-scopes.cc98 if (!function->context()->IsNativeContext()) { in ScopeIterator()
219 DCHECK(context_->IsNativeContext()); in Next()
232 CHECK(context_->IsNativeContext()); in Next()
263 DCHECK(context_->IsScriptContext() || context_->IsNativeContext()); in Type()
280 if (context_->IsNativeContext()) { in Type()
520 !function_context->IsNativeContext()) { in MaterializeLocalScope()
Ddebug-evaluate.cc100 isolate, context->IsNativeContext() in Evaluate()
213 isolate, evaluation_context_->IsNativeContext() in ContextBuilder()
/external/v8/src/snapshot/
Dpartial-serializer.cc35 if (context->IsNativeContext()) { in Serialize()
/external/v8/src/compiler/
Daccess-info.cc195 DCHECK(native_context->IsNativeContext()); in AccessInfoFactory()
/external/v8/src/heap/
Dobject-stats.cc601 if (array->IsNativeContext()) { in RecordFixedArrayDetails()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc833 } else if (object->IsNativeContext()) { in AddEntry()
1232 if (context->IsNativeContext()) { in ExtractContextReferences()
2085 if (child_obj->IsNativeContext()) { in SetGcSubrootReference()
2146 if ((*p)->IsNativeContext()) { in VisitPointers()
/external/v8/src/runtime/
Druntime-scopes.cc234 DCHECK(context->IsFunctionContext() || context->IsNativeContext() || in DeclareEvalHelper()