HomeSort by relevance Sort by last modified time
    Searched refs:Handle (Results 376 - 400 of 2278) sorted by null

<<11121314151617181920>>

  /external/v8/src/
source-position.cc 13 Handle<SharedFunctionInfo> function(pos.function);
66 Handle<Code> code) const {
67 Handle<DeoptimizationInputData> deopt_data(
74 Handle<SharedFunctionInfo> function(
79 Handle<SharedFunctionInfo> function(
127 Handle<SharedFunctionInfo> f)
130 Handle<Script> script(Script::cast(function->script()));
contexts.cc 15 Handle<ScriptContextTable> ScriptContextTable::Extend(
16 Handle<ScriptContextTable> table, Handle<Context> script_context) {
17 Handle<ScriptContextTable> result;
24 Handle<FixedArray> copy =
27 result = Handle<ScriptContextTable>::cast(copy);
39 bool ScriptContextTable::Lookup(Handle<ScriptContextTable> table,
40 Handle<String> name, LookupResult* result) {
42 Handle<Context> context = GetContext(table, i);
44 Handle<ScopeInfo> scope_info(context->scope_info())
    [all...]
isolate.h 125 Handle<Object> __result__; \
649 inline Handle<JSGlobalObject> global_object();
652 inline Handle<JSObject> global_proxy();
664 void PushPromise(Handle<JSObject> promise);
669 Handle<Object> GetPromiseOnStackOnThrow();
672 bool PromiseHasUserDefinedRejectHandler(Handle<Object> promise);
683 Handle<Object> pending_exception_;
699 Handle<String> StackTraceString();
702 Handle<JSArray> CaptureCurrentStackTrace(
705 Handle<Object> CaptureSimpleStackTrace(Handle<JSReceiver> error_object
    [all...]
  /external/v8/src/compiler/
access-builder.cc 86 FieldAccess AccessBuilder::ForJSObjectInObjectProperty(Handle<Map> map,
139 Handle<Name>(), MaybeHandle<Map>(),
148 Handle<Name>(), MaybeHandle<Map>(),
157 Handle<Name>(), MaybeHandle<Map>(),
167 Handle<Name>(), MaybeHandle<Map>(),
176 Handle<Name>(), MaybeHandle<Map>(),
186 Handle<Name>(), MaybeHandle<Map>(),
196 Handle<Name>(), MaybeHandle<Map>(),
206 Handle<Name>(), MaybeHandle<Map>(),
216 Handle<Name>(), MaybeHandle<Map>()
    [all...]
js-create-lowering.cc 67 void AllocateArray(int length, Handle<Map> map,
80 void Store(const FieldAccess& access, Handle<Object> value) {
120 bool IsAllocationInlineable(Handle<JSFunction> target,
121 Handle<JSFunction> new_target) {
137 bool IsFastLiteral(Handle<JSObject> boilerplate, int max_depth,
150 Handle<FixedArrayBase> elements(boilerplate->elements(), isolate);
154 Handle<FixedArray> fast_elements = Handle<FixedArray>::cast(elements);
158 Handle<Object> value(fast_elements->get(i), isolate);
160 Handle<JSObject> value_object = Handle<JSObject>::cast(value)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiDatabase.c 77 @param ImageHandle Image handle for PCD DXE driver.
90 EFI_HANDLE Handle;
152 &Private->Handle,
178 &Handle
188 &Handle
198 &Handle
208 &Handle
218 &Handle
226 &mBrowserThunkPrivateDataTemplate.Handle,
245 @param HandleBufferLength On input, a pointer to the length of the handle buffer.
    [all...]
HiiDatabase.h 87 EFI_HANDLE Handle;
223 EFI_HANDLE Handle;
250 @param Handle Handle value to be returned.
253 @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.
261 OUT FRAMEWORK_EFI_HII_HANDLE *Handle
269 @param Handle Handle value to be removed.
272 @retval EFI_INVALID_PARAMETER If Handle or Packages is NULL.
279 IN FRAMEWORK_EFI_HII_HANDLE Handle
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
gain_control_impl.cc 20 typedef void Handle;
39 // TODO(peah): Decrease this once we properly handle hugely unbalanced
79 Handle* my_handle = static_cast<Handle*>(handle(i));
118 Handle* my_handle = static_cast<Handle*>(handle(i));
142 Handle* my_handle = static_cast<Handle*>(handle(i))
    [all...]
echo_control_mobile_impl.cc 22 typedef void Handle;
61 // TODO(peah): Decrease this once we properly handle hugely unbalanced
109 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
156 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
195 Handle* my_handle = static_cast<Handle*>(handle(handle_index))
    [all...]
echo_cancellation_impl.cc 24 typedef void Handle;
59 // TODO(peah): Decrease this once we properly handle hugely unbalanced
104 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
151 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
186 Handle* my_handle = handle(handle_index)
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciDeviceSupport.c 194 Controller - An efi handle.
211 if (Temp->Handle == Controller) {
232 OUT EFI_HANDLE *Handle OPTIONAL
238 This function registers the PCI IO device. It creates a handle for this PCI IO device
239 (if the handle does not exist), attaches appropriate protocols onto the handle, does
244 Controller - An EFI handle for the PCI bus controller.
246 Handle - A pointer to hold the EFI handle for the PCI IO device.
265 &PciIoDevice->Handle,
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
comp_manager.cpp 91 Handle *display_ctx) {
146 DisplayError CompManager::UnregisterDisplay(Handle display_ctx) {
178 DisplayError CompManager::ReconfigureDisplay(Handle comp_handle,
222 void CompManager::PrepareStrategyConstraints(Handle comp_handle, HWLayers *hw_layers) {
251 // Handle the idle timeout by falling back
261 void CompManager::PrePrepare(Handle display_ctx, HWLayers *hw_layers) {
275 DisplayError CompManager::Prepare(Handle display_ctx, HWLayers *hw_layers) {
280 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx;
315 DisplayError CompManager::PostPrepare(Handle display_ctx, HWLayers *hw_layers) {
319 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
WinNtSerialIo.c 21 Handle(1) - WinNtIo - DevicePath(1)
23 If a serial port is added to the system this driver creates a new handle.
24 The new handle is required, since the serial device must add an UART device
27 Handle(2) - SerialIo - DevicePath(1)\UART
29 The driver then adds a gEfiWinNtSerialPortGuid as a protocol to Handle(1).
31 Handle(2).
33 Handle(1) - WinNtIo - DevicePath(1) - WinNtSerialPort
35 If the driver is unloaded Handle(2) is removed from the system and
36 gEfiWinNtSerialPortGuid is removed from Handle(1).
38 Note: Handle(1) is any handle created by the Win NT Bus driver that is passed
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
SmbiosView.c 43 @param[in] ImageHandle Handle to the Image (NULL if Internal).
125 // Initialize the StructHandle to be the first handle
173 // Initialize the StructHandle to be the first handle
237 @param[in] QueryHandle Structure handle to view.
253 UINT16 Handle;
313 Handle = QueryHandle;
318 if (Handle == INVALID_HANDLE) {
322 // handle then point to the next!
324 if (LibGetSmbiosStructure (&Handle, &Buffer, &Length) != DMI_SUCCESS) {
344 SmbiosStruct.Hdr->Handle
    [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 131 Handle<JSObject> locales = factory->NewJSObject(isolate->object_function());
187 Handle<FixedArray> output = factory->NewFixedArray(length);
188 Handle<Name> maximized = factory->NewStringFromStaticChars("maximized");
189 Handle<Name> base = factory->NewStringFromStaticChars("base");
191 Handle<Object> locale_id;
199 v8::Utils::ToLocal(Handle<String>::cast(locale_id)));
246 Handle<JSObject> result = factory->NewJSObject(isolate->object_function());
247 Handle<String> value = factory->NewStringFromAsciiChecked(base_max_locale);
254 Handle<JSArray> result = factory->NewJSArrayWithElements(output);
268 Handle<JSObject> obj = Handle<JSObject>::cast(input)
    [all...]
runtime-object.cc 19 Handle<Object> object,
20 Handle<Object> key,
40 Handle<Object> receiver_obj,
41 Handle<Object> key_obj) {
57 Handle<JSObject> receiver = Handle<JSObject>::cast(receiver_obj);
58 Handle<Name> key = Handle<Name>::cast(key_obj);
65 key = handle(Handle<ThinString>::cast(key)->actual(), isolate)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Database.c 70 // Create a new hii handle
85 // Insert the handle to hii handle list of the whole database.
87 InsertTailList (&Private->HiiHandleList, &HiiHandle->Handle);
89 DatabaseRecord->Handle = (EFI_HII_HANDLE) HiiHandle;
104 This function checks whether a handle is a valid EFI_HII_HANDLE
107 @param Handle Pointer to a EFI_HII_HANDLE
115 EFI_HII_HANDLE Handle
120 HiiHandle = (HII_HANDLE *) Handle;
143 @param Handle The handle of the package list which contains the
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 424 @param Handle A pointer to the EFI_HII_HANDLE instance.
427 was updated with the data, and Handle returned successfully.
436 OUT EFI_HII_HANDLE *Handle
443 @param Handle The handle that was registered to the data that is requested
446 @retval EFI_SUCCESS The data associated with the Handle was removed
448 @retval EFI_INVALID_PARAMETER The Handle was not valid.
455 IN EFI_HII_HANDLE Handle
462 @param HandleBufferLength On input, a pointer to the length of the handle
463 buffer. On output, the length of the handle buffer that is required
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 443 OUT EFI_HII_HANDLE * Handle
450 IN EFI_HII_HANDLE Handle
458 OUT EFI_HII_HANDLE *Handle
465 IN EFI_HII_HANDLE Handle,
474 IN EFI_HII_HANDLE Handle
515 IN EFI_HII_HANDLE Handle,
524 IN EFI_HII_HANDLE Handle,
532 IN EFI_HII_HANDLE Handle,
541 IN EFI_HII_HANDLE Handle,
553 IN EFI_HII_HANDLE Handle,
    [all...]
  /external/v8/src/wasm/
wasm-debug.cc 139 // TODO(wasm): Handle multi-value returns.
183 Handle<WasmInstanceObject> GetInstanceObject() {
187 Handle<WasmInstanceObject> instance_obj(frame->wasm_instance(), isolate_);
202 Handle<WasmCompiledModule> compiled_module(
205 Handle<FixedArray> breakpoints;
210 Handle<Object> hit_breakpoints_js =
240 int GetTopPosition(Handle<WasmCompiledModule> compiled_module) {
284 Isolate* isolate, Handle<WasmDebugInfo> debug_info) {
285 Handle<Object> handle(debug_info->get(WasmDebugInfo::kInterpreterHandle)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/SerializeVariablesLib/
SerializeVariablesLib.c 376 @param[out] Handle - Handle for a variable serialization instance
387 OUT EFI_HANDLE *Handle
399 *Handle = (EFI_HANDLE) New;
407 @param[in] Handle - Handle for a variable serialization instance
411 @retval RETURN_INVALID_PARAMETER - Handle was not a valid
418 IN EFI_HANDLE Handle
423 Instance = SV_FROM_HANDLE (Handle);
445 @param[out] Handle - Handle for a variable serialization instanc
    [all...]
  /art/runtime/mirror/
array.cc 45 Handle<Class> array_class, int current_dimension,
46 Handle<mirror::IntArray> dimensions)
50 Handle<Array> new_array(
63 Handle<mirror::Class> h_component_type(hs2.NewHandle(array_class->GetComponentType()));
77 Array* Array::CreateMultiArray(Thread* self, Handle<Class> element_class,
78 Handle<IntArray> dimensions) {
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FileIo.c 111 EFI_HANDLE Handle;
118 &Handle
126 Handle,
153 EFI_HANDLE Handle;
163 &Handle
171 Handle,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/
HiiDatabase.h 60 IN EFI_HII_HANDLE Handle,
68 PackageGuid, Handle, and Package are used for each of the notification types.
76 Handle - The handle of the package list which contains the specified package.
95 OUT EFI_HII_HANDLE *Handle
100 This function adds the packages in the package list to the database and returns a handle. If there is a
107 DriverHandle - Associate the package list with this EFI handle.
108 Handle - A pointer to the EFI_HII_HANDLE instance.
111 EFI_SUCCESS - The package list associated with the Handle
115 EFI_INVALID_PARAMETER - PackageList is NULL or Handle is NULL.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 75 Get the name from the Driver handle, which can be a handle with
79 @param Handle Driver handle.
85 IN EFI_HANDLE Handle,
97 // Get handle name from image protocol
100 Handle,
107 Handle,
118 // Get handle name from image protocol
163 CONST VOID *Handle;
    [all...]

Completed in 2381 milliseconds

<<11121314151617181920>>