Home
last modified time | relevance | path

Searched refs:Strong (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackProtector.cpp118 bool Strong, in ContainsProtectableArray()
128 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray()
139 if (Strong) in ContainsProtectableArray()
152 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray()
252 bool Strong = false; in RequiresStackProtector() local
272 Strong = true; // Use the same heuristic as strong to determine SSPLayout in RequiresStackProtector()
274 Strong = true; in RequiresStackProtector()
300 } else if (Strong) { in RequiresStackProtector()
318 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
333 if (Strong in RequiresStackProtector()
117 ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong, bool InStruct) const ContainsProtectableArray() argument
[all...]
H A DSpillPlacement.h120 /// @param Strong When true, double the negative bias for these blocks.
121 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
H A DSpillPlacement.cpp286 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument
290 if (Strong) in addPrefSpill()
/third_party/node/deps/v8/src/objects/
H A Dmaybe-object-inl.h54 HeapObjectReference HeapObjectReference::Strong(Object object) { in Strong() function in v8::internal::HeapObjectReference
74 return HeapObjectReference::Strong(object); in From()
H A Dmaybe-object.h50 V8_INLINE static HeapObjectReference Strong(Object object);
H A Dtransitions-inl.h62 HeapObjectReference::Strong(transitions));
103 HeapObjectReference::Strong(key)); in SetKey()
H A Dshared-function-info.cc223 HeapObjectReference::Strong(roots.undefined_value())); in SetScript()
/third_party/node/src/
H A Dnode_realm-inl.h120 return PersistentToLocal::Strong(PropertyName##_); \
129 return PersistentToLocal::Strong(context_);
H A Denv.cc174 USE(PersistentToLocal::Strong(js_execution_async_resources_) in clear_async_id_stack()
191 : PersistentToLocal::Strong(js_promise_hooks_[0]), in InstallPromiseHooks()
194 : PersistentToLocal::Strong(js_promise_hooks_[1]), in InstallPromiseHooks()
197 : PersistentToLocal::Strong(js_promise_hooks_[2]), in InstallPromiseHooks()
200 : PersistentToLocal::Strong(js_promise_hooks_[3])); in InstallPromiseHooks()
H A Dheap_utils.cc49 Local<Value> JSValue() { return PersistentToLocal::Strong(persistent_); } in JSValue()
H A Dutil.h797 return PersistentToLocal::Strong(persistent); in Default()
807 static inline v8::Local<TypeName> Strong( in Strong() function in node::PersistentToLocal
H A Dnode_messaging.cc333 if (PersistentToLocal::Strong(seen_shared_array_buffers_[i]) ==
789 Local<Function> emit_message = PersistentToLocal::Strong(emit_message_fn_); in OnMessage()
1324 auto ret = serializer->WriteValue(context, PersistentToLocal::Strong(data_)); in FinalizeTransferWrite()
H A Djs_native_api_v8.h118 return v8impl::PersistentToLocal::Strong(context_persistent); in context()
H A Denv-inl.h102 return PersistentToLocal::Strong(js_execution_async_resources_); in js_execution_async_resources()
H A Dnode_wasi.cc1686 Local<WasmMemoryObject> memory = PersistentToLocal::Strong(this->memory_); in backingStore()
H A Dnode_http2.cc1312 ab = PersistentToLocal::Strong(session->stream_buf_ab_); in OnStreamRead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DStackProtector.h94 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp72 case Linkage::Strong: in getLinkageName()
109 case Linkage::Strong: in operator <<()
H A DMachOLinkGraphBuilder.cpp63 return Linkage::Strong; in getLinkage()
326 NSym.Desc & MachO::N_WEAK_REF ? Linkage::Weak : Linkage::Strong); in graphifyRegularSymbols()
334 *NSym.Name, NSym.Value, 0, Linkage::Strong, Scope::Default, in graphifyRegularSymbols()
H A DMachOLinkGraphBuilder.h56 Linkage L = Linkage::Strong;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h267 Strong,
356 new (Sym) Symbol(Base, Offset, StringRef(), Size, Linkage::Strong,
480 assert((L == Linkage::Strong || (!Base->isAbsolute() && !Name.empty())) &&
500 setLinkage(Linkage::Strong); in makeExternal()
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc3165 return HeapObjectReference::Strong(heap_object); in MakeSlotValue()
3190 return HeapObjectReference::Strong(heap_object); in MakeSlotValue()
H A Dheap.cc6357 retained_maps.Set(i, HeapObjectReference::Strong(undefined)); in CompactRetainedMaps()

Completed in 47 milliseconds