HomeSort by relevance Sort by last modified time
    Searched full:newhandle (Results 101 - 125 of 223) sorted by null

1 2 3 45 6 7 8 9

  /art/compiler/
verifier_deps_test.cc 70 hs.NewHandle(soa->Decode<mirror::ClassLoader>(class_loader_)));
124 hs.NewHandle(soa->Decode<mirror::ClassLoader>(class_loader_));
147 hs.NewHandle(soa.Decode<mirror::ClassLoader>(class_loader_)));
148 Handle<mirror::DexCache> dex_cache_handle(hs.NewHandle(klass_Main_->GetDexCache()));
228 hs.NewHandle(soa.Decode<mirror::ClassLoader>(class_loader_)));
229 MutableHandle<mirror::Class> cls(hs.NewHandle<mirror::Class>(nullptr));
    [all...]
  /art/openjdkjvmti/
ti_class.cc 212 art::Handle<art::mirror::ClassExt> ext(hs.NewHandle(klass->EnsureExtDataPresent(self)));
224 art::MutableHandle<art::mirror::Object> arr(hs.NewHandle<art::mirror::Object>(nullptr));
668 art::Handle<art::mirror::Class> h_klass(hs.NewHandle(klass));
715 art::Handle<art::mirror::Class> h_klass = hs.NewHandle(klass);
826 art::Handle<art::mirror::Class> h_klass(hs.NewHandle(klass));
    [all...]
ti_threadgroup.cc 232 art::Handle<art::mirror::Object> thread_group = hs.NewHandle(
  /device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
SemihostFs.c 157 @param[out] NewHandle A pointer to the location to return the opened
181 OUT EFI_FILE **NewHandle,
195 if ((FileName == NULL) || (NewHandle == NULL)) {
223 return (VolumeOpen (&gSemihostFs, NewHandle));
290 *NewHandle = &FileFcb->File;
    [all...]
  /art/runtime/mirror/
var_handle.cc     [all...]
  /art/runtime/
runtime_callbacks_test.cc 295 Handle<mirror::ClassLoader> class_loader(hs.NewHandle(
300 hs.NewHandle(class_linker_->FindClass(soa.Self(), descriptor_y, class_loader)));
class_loader_context.cc 524 hs.NewHandle(dex_elements_obj->AsObjectArray<mirror::Object>()));
643 Handle<mirror::ClassLoader> parent = hs.NewHandle(class_loader->GetParent());
659 hs.NewHandle(soa.Decode<mirror::ClassLoader>(class_loader));
661 hs.NewHandle(soa.Decode<mirror::ObjectArray<mirror::Object>>(dex_elements));
    [all...]
thread.cc     [all...]
debugger.cc     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.h 239 OUT EFI_FILE_PROTOCOL **NewHandle,
254 NewHandle - Pointer to storage for the new file handle.
  /external/python/cpython2/Lib/multiprocessing/
connection.py 355 newhandle = win32.CreateNamedPipe(
362 self._handle_queue.append(newhandle)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 343 newhandle = win32.CreateNamedPipe(
350 self._handle_queue.append(newhandle)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 343 newhandle = win32.CreateNamedPipe(
350 self._handle_queue.append(newhandle)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 343 newhandle = win32.CreateNamedPipe(
350 self._handle_queue.append(newhandle)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 343 newhandle = win32.CreateNamedPipe(
350 self._handle_queue.append(newhandle)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystem.c 447 @param NewHandle A pointer to the location to return the opened handle for the new
475 OUT EFI_FILE_PROTOCOL **NewHandle,
534 *NewHandle = &NewFile->FileProtocol;
593 *NewHandle = &NewFile->FileProtocol;
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
QemuKernel.c 122 @param[out] NewHandle A pointer to the location to return the opened handle
158 OUT EFI_FILE_PROTOCOL **NewHandle,
216 *NewHandle = &NewStubFile->File;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
RuntimeLib.c 298 EFI_HANDLE NewHandle;
320 NewHandle = NULL;
322 &NewHandle,
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeExtendedSalLib/
ExtendedSalLib.c 176 EFI_HANDLE NewHandle;
205 NewHandle = NULL;
209 &NewHandle,
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimeExtendedSalLib/
ExtendedSalLib.c 299 EFI_HANDLE NewHandle;
328 NewHandle = NULL;
332 &NewHandle,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c 27 @param[out] NewHandle Ignored.
38 OUT EFI_FILE_PROTOCOL **NewHandle,
    [all...]
ShellProtocol.c     [all...]
  /art/compiler/optimizing/
inliner.cc 524 Handle<mirror::ObjectArray<mirror::Class>> inline_cache = hs->NewHandle(
    [all...]
optimizing_compiler.cc     [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c 342 @param NewHandle Returns File Handle for FileName.
361 OUT EFI_FILE_PROTOCOL **NewHandle,
636 *NewHandle = &NewPrivateFile->EfiFile;
    [all...]

Completed in 2096 milliseconds

1 2 3 45 6 7 8 9