/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RTDyldObjectLinkingLayer.h | 46 /// for taking any action required to handle the missing symbols. 82 /// @brief Handle to a set of loaded objects. 124 PFC->Handle = H; 135 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects), 198 ObjSetHandleT Handle; 250 /// @return A handle that can be used to refer to the loaded objects (for 280 // LOS is an owning-ptr. Keep a non-owning one so that we can set the handle 284 ObjSetHandleT Handle = LinkedObjSetList.insert(LinkedObjSetList.end(), 286 LOSPtr->setHandle(Handle); 288 return Handle; [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RTDyldObjectLinkingLayer.h | 46 /// for taking any action required to handle the missing symbols. 82 /// @brief Handle to a set of loaded objects. 124 PFC->Handle = H; 135 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects), 198 ObjSetHandleT Handle; 250 /// @return A handle that can be used to refer to the loaded objects (for 280 // LOS is an owning-ptr. Keep a non-owning one so that we can set the handle 284 ObjSetHandleT Handle = LinkedObjSetList.insert(LinkedObjSetList.end(), 286 LOSPtr->setHandle(Handle); 288 return Handle; [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RTDyldObjectLinkingLayer.h | 46 /// for taking any action required to handle the missing symbols. 82 /// @brief Handle to a set of loaded objects. 124 PFC->Handle = H; 135 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects), 198 ObjSetHandleT Handle; 250 /// @return A handle that can be used to refer to the loaded objects (for 280 // LOS is an owning-ptr. Keep a non-owning one so that we can set the handle 284 ObjSetHandleT Handle = LinkedObjSetList.insert(LinkedObjSetList.end(), 286 LOSPtr->setHandle(Handle); 288 return Handle; [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RTDyldObjectLinkingLayer.h | 46 /// for taking any action required to handle the missing symbols. 82 /// @brief Handle to a set of loaded objects. 124 PFC->Handle = H; 135 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects), 198 ObjSetHandleT Handle; 250 /// @return A handle that can be used to refer to the loaded objects (for 280 // LOS is an owning-ptr. Keep a non-owning one so that we can set the handle 284 ObjSetHandleT Handle = LinkedObjSetList.insert(LinkedObjSetList.end(), 286 LOSPtr->setHandle(Handle); 288 return Handle; [all...] |
/prebuilts/go/darwin-x86/src/net/ |
sockopt_windows.go | 12 func setDefaultSockopts(s syscall.Handle, family, sotype int, ipv6only bool) error { 24 func setDefaultListenerSockopts(s syscall.Handle) error { 34 func setDefaultMulticastSockopts(s syscall.Handle) error {
|
/prebuilts/go/darwin-x86/src/time/ |
sys_windows.go | 51 syscall.Close(syscall.Handle(fd)) 59 if _, err := syscall.Seek(syscall.Handle(fd), int64(off), whence); err != nil { 63 m, err := syscall.Read(syscall.Handle(fd), buf)
|
/prebuilts/go/linux-x86/src/net/ |
sockopt_windows.go | 12 func setDefaultSockopts(s syscall.Handle, family, sotype int, ipv6only bool) error { 24 func setDefaultListenerSockopts(s syscall.Handle) error { 34 func setDefaultMulticastSockopts(s syscall.Handle) error {
|
/prebuilts/go/linux-x86/src/time/ |
sys_windows.go | 51 syscall.Close(syscall.Handle(fd)) 59 if _, err := syscall.Seek(syscall.Handle(fd), int64(off), whence); err != nil { 63 m, err := syscall.Read(syscall.Handle(fd), buf)
|
/external/v8/src/builtins/ |
builtins-array.cc | 51 inline bool GetSloppyArgumentsLength(Isolate* isolate, Handle<JSObject> object, 104 Handle<Object> receiver, 108 Handle<JSArray> array = Handle<JSArray>::cast(receiver); 119 // it has no elements. Handle that elsewhere. 145 // elements handle which would cause issues when left-trimming later-on. 153 Handle<JSFunction> function, 157 ScopedVector<Handle<Object>> argv(argc); 169 Handle<Object> receiver = args.receiver(); 175 Handle<JSArray> array = Handle<JSArray>::cast(receiver) [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 137 Handle<Map> map, int mask, Condition cc, Label* condition_met, 228 void RecordWriteForMap(Register object, Handle<Map> map, Register scratch1, 280 void LoadHeapObject(Register result, Handle<HeapObject> object); 281 void CmpHeapObject(Register reg, Handle<HeapObject> object); 282 void PushHeapObject(Handle<HeapObject> object); 284 void LoadObject(Register result, Handle<Object> object) { 287 LoadHeapObject(result, Handle<HeapObject>::cast(object)); 293 void CmpObject(Register reg, Handle<Object> object) { 296 CmpHeapObject(reg, Handle<HeapObject>::cast(object)); 303 void CmpWeakValue(Register value, Handle<WeakCell> cell, Register scratch) [all...] |
/external/v8/src/x87/ |
macro-assembler-x87.h | 140 Handle<Map> map, int mask, Condition cc, Label* condition_met, 231 void RecordWriteForMap(Register object, Handle<Map> map, Register scratch1, 285 void LoadHeapObject(Register result, Handle<HeapObject> object); 286 void CmpHeapObject(Register reg, Handle<HeapObject> object); 287 void PushHeapObject(Handle<HeapObject> object); 289 void LoadObject(Register result, Handle<Object> object) { 292 LoadHeapObject(result, Handle<HeapObject>::cast(object)); 298 void CmpObject(Register reg, Handle<Object> object) { 301 CmpHeapObject(reg, Handle<HeapObject>::cast(object)); 307 void CmpWeakValue(Register value, Handle<WeakCell> cell, Register scratch) [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/ |
BdsPlatform.c | 50 IN EFI_HANDLE Handle,
56 @param[in] Handle - Handle of PCI device instance
63 IN EFI_HANDLE Handle,
157 DeviceHandle - Handle of PCIIO protocol.
284 // Try to connect this handle, so that GOP dirver could start on this
314 // as console device, i.e. sotre one of the child handle's device
348 DeviceHandle - Handle of PCIIO protocol.
393 DeviceHandle - Handle of PCIIO protocol.
476 IN EFI_HANDLE Handle,
[all...] |
/external/v8/src/crankshaft/ |
hydrogen.h | 41 explicit HCompilationJob(Handle<JSFunction> function) 43 parse_info_(handle(function->shared())), 534 Handle<JSFunction> closure, 544 Handle<JSFunction> closure() const { return closure_; } 638 HEnvironment* CopyForInlining(Handle<JSFunction> target, int arguments, 698 Handle<JSFunction> closure, 706 Handle<JSFunction> target, 721 Handle<JSFunction> closure_; 1015 explicit HAllocationMode(Handle<AllocationSite> feedback_site) 1026 Handle<AllocationSite> feedback_site() const { return feedback_site_; [all...] |
unique.h | 24 // Represents a handle to an object on the heap, but with the additional 27 // Creating a Unique<T> requires first dereferencing the handle to obtain 40 explicit Unique(Handle<T> handle) { 41 if (handle.is_null()) { 50 DCHECK(!AllowHeapAllocation::IsAllowed() || handle->IsMap()); 51 raw_address_ = reinterpret_cast<Address>(*handle); 54 handle_ = handle; 102 inline Handle<T> handle() const function in class:v8::internal::final [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
Package.c | 375 This is to handle the case of Framework HII interface which allow String Package
455 @param Handle On output, a FRAMEWORK_EFI_HII_HANDLE number is
470 OUT FRAMEWORK_EFI_HII_HANDLE *Handle
490 // HII Thunk only handle package with 0 or 1 IFR package.
628 *Handle = ThunkContext->FwHiiHandle;
645 @param Handle Handle value to be returned.
648 @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.
656 OUT FRAMEWORK_EFI_HII_HANDLE *Handle
663 if (Handle == NULL) { [all...] |
/prebuilts/go/darwin-x86/src/net/internal/socktest/ |
sys_windows.go | 10 func (sw *Switch) Socket(family, sotype, proto int) (s syscall.Handle, err error) { 42 func (sw *Switch) Closesocket(s syscall.Handle) (err error) { 72 func (sw *Switch) Connect(s syscall.Handle, sa syscall.Sockaddr) (err error) { 101 func (sw *Switch) ConnectEx(s syscall.Handle, sa syscall.Sockaddr, b *byte, n uint32, nwr *uint32, o *syscall.Overlapped) (err error) { 130 func (sw *Switch) Listen(s syscall.Handle, backlog int) (err error) { 159 func (sw *Switch) AcceptEx(ls syscall.Handle, as syscall.Handle, b *byte, rxdatalen uint32, laddrlen uint32, raddrlen uint32, rcvd *uint32, overlapped *syscall.Overlapped) error {
|
/prebuilts/go/linux-x86/src/net/internal/socktest/ |
sys_windows.go | 10 func (sw *Switch) Socket(family, sotype, proto int) (s syscall.Handle, err error) { 42 func (sw *Switch) Closesocket(s syscall.Handle) (err error) { 72 func (sw *Switch) Connect(s syscall.Handle, sa syscall.Sockaddr) (err error) { 101 func (sw *Switch) ConnectEx(s syscall.Handle, sa syscall.Sockaddr, b *byte, n uint32, nwr *uint32, o *syscall.Overlapped) (err error) { 130 func (sw *Switch) Listen(s syscall.Handle, backlog int) (err error) { 159 func (sw *Switch) AcceptEx(ls syscall.Handle, as syscall.Handle, b *byte, rxdatalen uint32, laddrlen uint32, raddrlen uint32, rcvd *uint32, overlapped *syscall.Overlapped) error {
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/ |
EblCmdLib.c | 172 IN EFI_HANDLE Handle
180 Status = gBS->HandleProtocol (Handle, &gEfiLoadedImageProtocolGuid, (VOID **)&LoadedImage);
227 CONST VOID *Handle;
243 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop);
248 AsciiPrint (" running %a\n", ImageHandleToPdbFileName ((EFI_HANDLE)Handle));
252 AsciiPrint ("%10ld us %a\n", Microseconds, ImageHandleToPdbFileName ((EFI_HANDLE)Handle));
263 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiTcp4Io.c | 36 @param[in] Image The handle of the driver image.
37 @param[in] Controller The handle of the controller.
58 Tcp4Io->Handle = NULL;
72 &Tcp4Io->Handle
79 Tcp4Io->Handle,
215 Tcp4Io->Handle,
226 Tcp4Io->Handle
253 Tcp4Io->Handle,
263 Tcp4Io->Handle
|
/external/v8/src/crankshaft/ia32/ |
lithium-codegen-ia32.h | 67 Handle<Object> ToHandle(LConstantOperand* op) const; 74 // chunk contains constructs we cannot handle. Returns true if the 80 void FinishCode(Handle<Code> code); 124 Handle<String> class_name, 159 void CallCode(Handle<Code> code, 163 void CallCodeGeneric(Handle<Code> code, 197 void CallKnownFunction(Handle<JSFunction> function, 281 void EmitDeepCopy(Handle<JSObject> object,
|
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.h | 67 Handle<Object> ToHandle(LConstantOperand* op) const; 71 // chunk contains constructs we cannot handle. Returns true if the 77 void FinishCode(Handle<Code> code); 122 Handle<String> class_name, 158 void CallCodeGeneric(Handle<Code> code, 165 void CallCode(Handle<Code> code, 198 void CallKnownFunction(Handle<JSFunction> function, 284 void EmitDeepCopy(Handle<JSObject> object,
|
/external/v8/src/interpreter/ |
constant-array-builder.cc | 68 Handle<Object> handle = entry.ToHandle(isolate); local 69 if (elements.find(*handle) != elements.end()) { 71 os << "Duplicate constant found: " << Brief(*handle) << std::endl; 79 elements.insert(*handle); 140 Handle<FixedArray> ConstantArrayBuilder::ToFixedArray(Isolate* isolate) { 141 Handle<FixedArray> fixed_array = isolate->factory()->NewFixedArrayWithHoles( 257 void ConstantArrayBuilder::SetDeferredAt(size_t index, Handle<Object> object) { 305 Handle<Object> ConstantArrayBuilder::Entry::ToHandle(Isolate* isolate) const { 310 return Handle<Object>::null() [all...] |
/art/runtime/ |
instrumentation.h | 39 template <typename T> class Handle; 67 Handle<mirror::Object> this_object, 72 Handle<mirror::Object> this_object, 75 Handle<mirror::Object> return_value) 82 Handle<mirror::Object> this_object, 91 Handle<mirror::Object> this_object, 98 Handle<mirror::Object> this_object, 105 Handle<mirror::Object> this_object, 111 Handle<mirror::Object> this_object, 115 Handle<mirror::Object> field_value [all...] |
/external/libmojo/mojo/public/cpp/system/tests/ |
core_unittest.cc | 35 // Basic |Handle| implementation: 39 Handle h0; 44 Handle h1(static_cast<MojoHandle>(123)); 65 Handle h2(h0); 71 // Make sure that we can put |Handle|s into |std::map|s. 72 h0 = Handle(static_cast<MojoHandle>(987)); 73 h1 = Handle(static_cast<MojoHandle>(654)); 74 h2 = Handle(static_cast<MojoHandle>(321)); 75 Handle h3; 76 std::map<Handle, int> handle_to_int [all...] |
/external/v8/src/compiler/ |
wasm-compiler.h | 57 Handle<Code> FinishCompilation(); 59 static Handle<Code> CompileWasmFunction(wasm::ErrorThrower* thrower, 96 Handle<Code> CompileWasmToJSWrapper(Isolate* isolate, Handle<JSReceiver> target, 98 Handle<String> module_name, 103 Handle<Code> CompileJSToWasmWrapper(Isolate* isolate, 105 Handle<Code> wasm_code, uint32_t index); 109 Handle<Code> CompileWasmInterpreterEntry(Isolate* isolate, uint32_t func_index, 111 Handle<WasmInstanceObject> instance); 150 Node* HeapConstant(Handle<HeapObject> value) [all...] |