/external/v8/src/ast/ |
context-slot-cache.cc | 45 void ContextSlotCache::Update(Handle<Object> data, Handle<String> name, 50 Handle<String> internalized_name; 74 void ContextSlotCache::ValidateEntry(Handle<Object> data, Handle<String> name, 80 Handle<String> internalized_name;
|
prettyprinter.h | 22 Handle<String> Print(FunctionLiteral* program, int position); 31 void Print(Handle<String> str); 46 void PrintLiteral(Handle<Object> value, bool quote); 82 void PrintLiteral(Handle<Object> value, bool quote); 91 void PrintLiteralIndented(const char* info, Handle<Object> value, bool quote); 94 Handle<Object> value);
|
/external/v8/src/ |
property.cc | 25 Descriptor Descriptor::DataField(Handle<Name> key, int field_index, 32 Descriptor Descriptor::DataField(Handle<Name> key, int field_index, 36 Handle<Object> wrapped_field_type) { 43 Descriptor Descriptor::DataConstant(Handle<Name> key, int field_index, 44 Handle<Object> value, 47 Handle<Object> any_type(FieldType::Any(), key->GetIsolate());
|
compiler.cc | 179 Handle<JSFunction> function = info()->closure(); 216 void AddWeakObjectToCodeDependency(Isolate* isolate, Handle<HeapObject> object, 217 Handle<Code> code) { 218 Handle<WeakCell> cell = Code::WeakCellFor(code); 223 Handle<DependentCode> dep(heap->LookupWeakObjectToCodeDependency(object)); 232 void CompilationJob::RegisterWeakObjectsInOptimizedCode(Handle<Code> code) { 236 std::vector<Handle<Map>> maps; 237 std::vector<Handle<HeapObject>> objects; 246 objects.push_back(handle(it.rinfo()->target_cell(), isolate)); 250 Handle<HeapObject> object(HeapObject::cast(it.rinfo()->target_object()) [all...] |
/prebuilts/go/darwin-x86/src/net/internal/socktest/ |
switch_windows.go | 10 type Sockets map[syscall.Handle]Status 12 func (sw *Switch) sockso(s syscall.Handle) *Status { 24 func (sw *Switch) addLocked(s syscall.Handle, family, sotype, proto int) *Status {
|
/prebuilts/go/linux-x86/src/net/internal/socktest/ |
switch_windows.go | 10 type Sockets map[syscall.Handle]Status 12 func (sw *Switch) sockso(s syscall.Handle) *Status { 24 func (sw *Switch) addLocked(s syscall.Handle, family, sotype, proto int) *Status {
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/ |
EmuBlockIo.c | 374 it further tests to see if this driver supports creating a handle for the specified child device.
391 @param[in] ControllerHandle The handle of the controller to test. This handle
418 IN EFI_HANDLE Handle,
429 Handle,
433 Handle,
441 // Make sure GUID is for a File System handle.
452 Handle,
455 Handle
475 @param[in] ControllerHandle The handle of the controller to start. This handle [all...] |
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/ |
SerialIo.c | 507 DEBUG_PORT_HANDLE Handle;
520 Handle = GetDebugPortHandle ();
532 if (!IsDebugTermianlFifoEmpty (&mSerialFifoForTerminal) || DebugPortPollBuffer (Handle)) {
570 DEBUG_PORT_HANDLE Handle;
583 Handle = GetDebugPortHandle ();
596 *BufferSize = DebugPortWriteBuffer (Handle, Buffer, *BufferSize);
638 DEBUG_PORT_HANDLE Handle;
651 Handle = GetDebugPortHandle ();
676 if (!DebugPortPollBuffer (Handle)) {
679 DebugAgentReadBuffer (Handle, Data8, 1, 0); [all...] |
/external/v8/src/runtime/ |
runtime-function.cc | 26 isolate, Handle<JSBoundFunction>::cast(function))); 28 return *JSFunction::GetName(isolate, Handle<JSFunction>::cast(function)); 65 Handle<Object> script( 66 Handle<JSFunction>::cast(function)->shared()->script(), isolate); 68 return *Script::GetWrapper(Handle<Script>::cast(script)); 80 Handle<Object> script( 81 Handle<JSFunction>::cast(function)->shared()->script(), isolate); 83 return Smi::FromInt(Handle<Script>::cast(script)->id()); 94 return *Handle<JSFunction>::cast(function)->shared()->GetSourceCode(); 170 Handle<SharedFunctionInfo> target_shared(target->shared()) [all...] |
runtime-wasm.cc | 46 Handle<WasmInstanceObject> instance(GetWasmInstanceOnStackTop(isolate), 56 Handle<WasmInstanceObject> instance(GetWasmInstanceOnStackTop(isolate), 72 Handle<Object> error_obj = isolate->factory()->NewWasmRuntimeError( 86 Handle<JSObject> error = Handle<JSObject>::cast(error_obj); 87 Handle<Object> stack_trace_obj = JSReceiver::GetDataProperty( 91 Handle<FrameArray> stack_elements( 100 Handle<Object> detailed_stack_trace_obj = JSReceiver::GetDataProperty( 103 Handle<FixedArray> stack_elements( 106 Handle<JSObject> top_frame(JSObject::cast(stack_elements->get(0))) [all...] |
/art/runtime/openjdkjvmti/ |
ti_class_loader.cc | 62 art::Handle<art::mirror::ClassLoader> loader, 70 art::Handle<art::mirror::Object> java_dex_file_obj( 75 art::Handle<art::mirror::LongArray> old_cookie(hs.NewHandle(GetDexFileCookie(java_dex_file_obj))); 76 art::Handle<art::mirror::LongArray> cookie(hs.NewHandle( 104 art::Handle<art::mirror::Object> java_dex_file_obj) { 117 art::Handle<art::mirror::LongArray> cookie, 122 art::Handle<art::mirror::LongArray> new_cookie( 139 art::Thread* self, art::Handle<art::mirror::ClassLoader> loader) { 150 art::Handle<art::mirror::ClassLoader> null_loader(hs.NewHandle<art::mirror::ClassLoader>( 152 art::Handle<art::mirror::Class> base_dex_loader_class(hs.NewHandle(class_linker->FindClass [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
FrameworkHii.h | 102 /// HII Handle package structure.
110 /// The image handle of the driver to which the package is referring.
114 /// The handle of the device that is being described by this package.
118 /// The handle of the parent of the device that is being described by this package.
122 /// The handle that was registered to receive EFI_FORM_CALLBACK_PROTOCOL calls from other drivers.
172 /// A unique value that correlates to the original HII handle.
434 /// for the opcodes that are defined in this Handle's domain of data.
457 @param Handle A pointer to the FRAMEWORK_EFI_HII_HANDLE instance.
460 was updated with the data, and Handle returned successfully.
469 OUT FRAMEWORK_EFI_HII_HANDLE *Handle
[all...] |
AcpiSupport.h | 3 services handle many of the more mundane tasks that are required to publish a set of tables. The
53 @param Handle The pointer for identifying the table.
66 OUT UINTN *Handle
77 @param Handle The pointer to the handle of the table to remove or update.
80 @retval EFI_INVALID_PARAMETER *Handle was zero and Table was NULL.
91 IN OUT UINTN *Handle
122 tables. The services handle many of the more mundane tasks that are required
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
comp_manager.cpp | 77 Handle *display_ctx) { 130 DisplayError CompManager::UnregisterDisplay(Handle comp_handle) { 162 DisplayError CompManager::ReconfigureDisplay(Handle comp_handle, 204 void CompManager::PrepareStrategyConstraints(Handle comp_handle, HWLayers *hw_layers) { 227 // Handle the idle timeout by falling back 236 void CompManager::PrePrepare(Handle display_ctx, HWLayers *hw_layers) { 245 DisplayError CompManager::Prepare(Handle display_ctx, HWLayers *hw_layers) { 250 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; 285 DisplayError CompManager::PostPrepare(Handle display_ctx, HWLayers *hw_layers) { 289 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx [all...] |
/external/v8/src/compiler/ |
access-info.cc | 22 bool CanInlineElementAccess(Handle<Map> map) { 33 bool CanInlinePropertyAccess(Handle<Map> map) { 76 MapList const& receiver_maps, Handle<Object> constant, 95 MapList const& receiver_maps, Handle<Object> constant, 102 return PropertyAccessInfo(kGeneric, MaybeHandle<JSObject>(), Handle<Object>(), 120 Handle<Object> constant, 194 Handle<Context> native_context, Zone* zone) 205 Handle<Map> map, AccessMode access_mode, ElementAccessInfo* access_info) { 219 for (Handle<Map> map : maps) { 232 for (Handle<Map> map : maps) [all...] |
/external/v8/src/ic/x64/ |
handler-compiler-x64.cc | 49 Handle<Name> name, Register scratch0, Register scratch1) { 88 Handle<JSObject> holder_obj, Runtime::FunctionId id) { 107 Handle<Map> receiver_map, Register receiver, Register scratch, 159 Handle<CallHandlerInfo> api_call_info = optimization.api_call_info(); 181 __ Jump(handle(Code::cast(api_call_info->fast_handler())), 199 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, 201 Handle<PropertyCell> cell = JSGlobalObject::EnsureEmptyPropertyCell( 205 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); 214 MacroAssembler* masm, Handle<Map> map, Register receiver, Register holder [all...] |
/art/compiler/driver/ |
dex_compilation_unit.cc | 24 DexCompilationUnit::DexCompilationUnit(Handle<mirror::ClassLoader> class_loader, 32 Handle<mirror::DexCache> dex_cache)
|
/art/runtime/ |
jobject_comparator.cc | 35 Handle<mirror::Object> obj1(hs.NewHandle(soa.Decode<mirror::Object>(jobj1))); 36 Handle<mirror::Object> obj2(hs.NewHandle(soa.Decode<mirror::Object>(jobj2)));
|
method_handles-inl.h | 34 inline bool ConvertArgumentValue(Handle<mirror::MethodType> callsite_type, 35 Handle<mirror::MethodType> callee_type, 58 inline bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type, 59 Handle<mirror::MethodType> callee_type, 83 Handle<mirror::MethodType> callsite_type, 84 Handle<mirror::MethodType> callee_type, 89 Handle<mirror::ObjectArray<mirror::Class>> from_types(hs.NewHandle(callsite_type->GetPTypes())); 90 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes()));
|
/art/runtime/mirror/ |
call_site.cc | 27 mirror::CallSite* CallSite::Create(Thread* const self, Handle<MethodHandle> target) { 29 Handle<mirror::CallSite> cs(
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/ |
MathRShiftU64.c | 4 to handle 64-bit math. These functions use non-standard calling conventions.
25 ; Checking: Only handle 64bit shifting or more
31 ; Handle shifting between 0 and 31 bits
40 ; Handle shifting of 32-63 bits
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/AcpiSupport/ |
AcpiSupport.h | 81 // Retrieve a copy of an ACPI table and the handle of the table.
90 OUT UINTN *Handle
103 IN OUT UINTN *Handle
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/ |
FileSearch.c | 47 FSData->Handle = INVALID_HANDLE_VALUE;
73 FSData->Handle = FindFirstFile (FileMask, &(FSData->FindData));
74 if (FSData->Handle == INVALID_HANDLE_VALUE) {
93 if (!FindNextFile (FSData->Handle, &(FSData->FindData))) {
115 if (!FindNextFile (FSData->Handle, &(FSData->FindData))) {
139 if (FSData->Handle != INVALID_HANDLE_VALUE) {
140 FindClose (FSData->Handle);
141 FSData->Handle = INVALID_HANDLE_VALUE;
|
/device/linaro/bootloader/edk2/EmbeddedPkg/EmbeddedMonotonicCounter/ |
EmbeddedMonotonicCounter.c | 66 EFI_HANDLE Handle = NULL;
75 // Install the Monotonic Counter Architectural Protocol onto a new handle
77 &Handle,
|
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/ |
ullshr.c | 4 to handle 64-bit math. These functions use non-standard calling conventions.
25 ; Checking: Only handle 64bit shifting or more
31 ; Handle shifting between 0 and 31 bits
40 ; Handle shifting of 32-63 bits
|