Home
last modified time | relevance | path

Searched refs:Managed (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/objects/
Dmanaged.h48 class Managed : public Foreign {
56 static Managed<CppType>* cast(Object* obj) { in cast()
58 return reinterpret_cast<Managed<CppType>*>(obj); in cast()
63 static Handle<Managed<CppType>> Allocate(Isolate* isolate, in Allocate()
73 static Handle<Managed<CppType>> FromRawPtr(Isolate* isolate, in FromRawPtr()
83 static Handle<Managed<CppType>> FromUniquePtr( in FromUniquePtr()
90 static Handle<Managed<CppType>> FromSharedPtr( in FromSharedPtr()
97 Handle<Managed<CppType>> handle = Handle<Managed<CppType>>::cast( in FromSharedPtr()
Djs-plural-rules-inl.h24 ACCESSORS(JSPluralRules, icu_plural_rules, Managed<icu::PluralRules>,
26 ACCESSORS(JSPluralRules, icu_decimal_format, Managed<icu::DecimalFormat>,
Djs-plural-rules.h57 DECL_ACCESSORS(icu_plural_rules, Managed<icu::PluralRules>)
58 DECL_ACCESSORS(icu_decimal_format, Managed<icu::DecimalFormat>)
Djs-relative-time-format.cc159 Handle<Managed<icu::RelativeDateTimeFormatter>> managed_formatter = in InitializeRelativeTimeFormat()
160 Managed<icu::RelativeDateTimeFormatter>::FromRawPtr(isolate, 0, in InitializeRelativeTimeFormat()
185 return Managed<icu::RelativeDateTimeFormatter>::cast(holder->formatter()) in UnpackFormatter()
Djs-plural-rules.cc178 Handle<Managed<icu::PluralRules>> managed_plural_rules = in InitializePluralRules()
179 Managed<icu::PluralRules>::FromUniquePtr(isolate, 0, in InitializePluralRules()
183 Handle<Managed<icu::DecimalFormat>> managed_decimal_format = in InitializePluralRules()
184 Managed<icu::DecimalFormat>::FromUniquePtr(isolate, 0, in InitializePluralRules()
Djs-list-format.cc199 Handle<Managed<icu::ListFormatter>> managed_formatter = in InitializeListFormat()
200 Managed<icu::ListFormatter>::FromRawPtr(isolate, 0, formatter); in InitializeListFormat()
222 return Managed<icu::ListFormatter>::cast(holder->formatter())->raw(); in UnpackFormatter()
Djs-collator-inl.h21 ACCESSORS(JSCollator, icu_collator, Managed<icu::Collator>, kICUCollatorOffset)
Djs-collator.h79 DECL_ACCESSORS(icu_collator, Managed<icu::Collator>)
Djs-collator.cc519 Handle<Managed<icu::Collator>> managed_collator = in InitializeCollator()
520 Managed<icu::Collator>::FromUniquePtr(isolate, 0, in InitializeCollator()
/external/v8/src/wasm/
Dwasm-debug.cc292 DCHECK_EQ(this, Managed<InterpreterHandle>::cast( in GetInstanceObject()
537 handle = Managed<wasm::InterpreterHandle>::Allocate( in GetOrCreateInterpreterHandle()
542 return Handle<Managed<wasm::InterpreterHandle>>::cast(handle)->raw(); in GetOrCreateInterpreterHandle()
548 return Managed<wasm::InterpreterHandle>::cast(handle_obj)->raw(); in GetInterpreterHandle()
554 return Managed<wasm::InterpreterHandle>::cast(handle_obj)->raw(); in GetInterpreterHandleOrNull()
592 auto interp_handle = Managed<wasm::InterpreterHandle>::Allocate( in SetupForTesting()
710 auto managed_map = Managed<wasm::SignatureMap>::Allocate(isolate, map_size); in GetCWasmEntry()
Dwasm-objects-inl.h53 ACCESSORS(WasmModuleObject, managed_native_module, Managed<wasm::NativeModule>,
228 OPTIONAL_ACCESSORS(WasmDebugInfo, c_wasm_entry_map, Managed<wasm::SignatureMap>, in ACCESSORS()
Dwasm-objects.h43 class Managed; variable
107 DECL_ACCESSORS(managed_native_module, Managed<wasm::NativeModule>)
532 DECL_OPTIONAL_ACCESSORS(c_wasm_entry_map, Managed<wasm::SignatureMap>)
Dwasm-js.cc89 i::Handle<i::Managed<WasmStreaming>>::cast(Utils::OpenHandle(*value)); in Unpack()
450 i::Handle<i::Managed<WasmStreaming>> data = in WebAssemblyCompileStreaming()
451 i::Managed<WasmStreaming>::Allocate( in WebAssemblyCompileStreaming()
722 i::Handle<i::Managed<WasmStreaming>> data = in WebAssemblyInstantiateStreaming()
723 i::Managed<WasmStreaming>::Allocate( in WebAssemblyInstantiateStreaming()
Dwasm-objects.cc144 return reinterpret_cast<Managed<WasmInstanceNativeAllocations>*>( in GetNativeAllocations()
223 Handle<Managed<wasm::NativeModule>> managed_native_module = in New()
224 Managed<wasm::NativeModule>::FromSharedPtr(isolate, memory_estimate, in New()
1255 auto native_allocations = Managed<WasmInstanceNativeAllocations>::Allocate( in New()
/external/u-boot/drivers/core/
DKconfig152 bool "Managed device resources"
155 This option enables the Managed device resources core support.
165 bool "Managed device resources debugging functions"
/external/scapy/test/
Dmock_windows.uts220 Managed Address Configuration : enabled
251 Managed Address Configuration : enabled
/external/syzkaller/vendor/golang.org/x/oauth2/
DREADME.md35 but it can be fetched with `go get` and used on "Managed VMs" and well as
/external/syzkaller/vendor/google.golang.org/appengine/
DREADME.md72 * `appengine/socket` is not required on App Engine flexible environment / Managed VMs.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h415 Managed = 1 << 2, enumerator
DCodeViewSymbols.def139 // Managed code symbols.
/external/llvm/include/llvm/DebugInfo/CodeView/
DCVSymbolTypes.def139 // Managed code symbols.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp44 CV_ENUM_CLASS_ENT(PublicSymFlags, Managed),
/external/clang/lib/Analysis/
DThreadSafety.cpp815 bool Managed; ///< managed by ScopedLockable object member in __anond54a86130811::LockableFactEntry
820 : FactEntry(CE, LK, Loc, Asrt), Managed(Mng) {} in LockableFactEntry()
826 if (!Managed && !asserted() && !negative() && !isUniversal()) { in handleRemovalFromIntersection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp147 PUSH_FLAG(PublicSymFlags, Managed, Flags, "managed"); in formatPublicSymFlags()
/external/python/oauth2client/
DCHANGELOG.md173 * Better environment detection with Managed VMs.

12