Home
last modified time | relevance | path

Searched defs:site (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/tools/pip/
H A Dsitecustomize.py2 import site namespace
/third_party/python/Lib/test/
H A Dfuture_test2.py3 from __future__ import nested_scopes; import site namespace
H A Dtest_site.py37 import site namespace
[all...]
/third_party/python/Tools/scripts/
H A Dwin_add2path.py11 import site namespace
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-scopes-inl.h15 void AllocationSiteContext::InitializeTraversal(Handle<AllocationSite> site) { in InitializeTraversal() argument
H A Dallocation-site-scopes.h30 void update_current_site(AllocationSite site) { current_.PatchValue(site); } in update_current_site() argument
44 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site, in AllocationSiteUsageContext() argument
H A Dallocation-site-inl.h212 bool AllocationSite::DigestTransitionFeedback(Handle<AllocationSite> site, in DigestTransitionFeedback() argument
[all...]
H A Djs-objects.cc2293 New(Handle<JSFunction> constructor, Handle<JSReceiver> new_target, Handle<AllocationSite> site) New() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-array.cc62 Handle<AllocationSite> site = type_info->IsAllocationSite() in RUNTIME_FUNCTION() local
[all...]
H A Druntime-literals.cc541 Handle<AllocationSite> site; in CreateLiteral() local
/third_party/python/Lib/distutils/tests/
H A Dtest_install.py6 import site namespace
H A Dtest_build_ext.py34 import site namespace
47 import site namespace
140 import site namespace
/third_party/python/PC/layout/
H A Dmain.py361 print("#import site", file=f) namespace
/third_party/python/Modules/
H A Dgetpath.py764 elif line == 'import site': namespace
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc517 base::Optional<TNode<AllocationSite>> site = in CreateEmptyArrayLiteral() local
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc623 PretenureModeDependency(const AllocationSiteRef& site, in PretenureModeDependency() argument
905 ElementsKindDependency(const AllocationSiteRef& site, ElementsKind kind) in ElementsKindDependency() argument
911 Handle<AllocationSite> site = site_.object(); variable
1061 DependOnPretenureMode( const AllocationSiteRef& site) DependOnPretenureMode() argument
1140 DependOnElementsKind( const AllocationSiteRef& site) DependOnElementsKind() argument
1316 DependOnElementsKinds( const AllocationSiteRef& site) DependOnElementsKinds() argument
[all...]
H A Djs-operator.h569 CreateArrayParameters(size_t arity, base::Optional<AllocationSiteRef> site) in CreateArrayParameters() argument
573 base::Optional<AllocationSiteRef> site(JSHeapBroker* broker) const { in site() function in v8::internal::compiler::final
H A Djs-operator.cc1259 CreateArray( size_t arity, base::Optional<AllocationSiteRef> site) CreateArray() argument
H A Djs-create-lowering.cc1106 AllocationSiteRef site = feedback.AsLiteral().value(); in ReduceJSCreateLiteralArrayOrObject() local
1128 AllocationSiteRef site in ReduceJSCreateEmptyLiteralArray() local
[all...]
H A Djs-generic-lowering.cc614 base::Optional<AllocationSiteRef> const site = p.site(broker()); in LowerJSCreateArray() member in v8::internal::compiler::base
H A Djs-heap-broker.cc635 AllocationSiteRef site = in ReadFeedbackForArrayOrObjectLiteral() local
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc227 Handle<JSObject> site; in GetStackFrames() local
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc802 AllocationSite site in CollectGlobalStatistics() local
524 RecordVirtualAllocationSiteDetails( AllocationSite site) RecordVirtualAllocationSiteDetails() argument
[all...]
H A Dfactory.cc1911 CopyJSObjectWithAllocationSite( Handle<JSObject> source, Handle<AllocationSite> site) CopyJSObjectWithAllocationSite() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1560 ExtractAllocationSiteReferences(HeapEntry* entry, AllocationSite site) ExtractAllocationSiteReferences() argument

Completed in 48 milliseconds

12