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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/runtime/
runtime-maths.cc 23 Handle<Context> native_context = isolate->native_context();
32 Handle<FixedDoubleArray> cache;
36 cache = Handle<FixedDoubleArray>(
41 cache = Handle<FixedDoubleArray>::cast(
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 45 descriptor. Returns 0 on success. Closes the Handle. */
46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 45 descriptor. Returns 0 on success. Closes the Handle. */
46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 45 descriptor. Returns 0 on success. Closes the Handle. */
46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 45 descriptor. Returns 0 on success. Closes the Handle. */
46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 45 descriptor. Returns 0 on success. Closes the Handle. */
46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 45 descriptor. Returns 0 on success. Closes the Handle. */
46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 45 descriptor. Returns 0 on success. Closes the Handle. */
46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 45 descriptor. Returns 0 on success. Closes the Handle. */
46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
main_windows_test.go 10 socketFunc func(int, int, int) (syscall.Handle, error)
11 closeFunc func(syscall.Handle) error
  /prebuilts/go/linux-x86/src/net/internal/socktest/
main_windows_test.go 10 socketFunc func(int, int, int) (syscall.Handle, error)
11 closeFunc func(syscall.Handle) error
  /external/v8/src/
feedback-vector.cc 42 template Handle<FeedbackMetadata> FeedbackMetadata::New(
44 template Handle<FeedbackMetadata> FeedbackMetadata::New(
49 Handle<FeedbackMetadata> FeedbackMetadata::New(Isolate* isolate,
57 return Handle<FeedbackMetadata>::cast(factory->empty_fixed_array());
71 Handle<FixedArray> array = factory->NewFixedArray(length, TENURED);
78 Handle<FeedbackMetadata> metadata = Handle<FeedbackMetadata>::cast(array);
167 Handle<FeedbackVector> FeedbackVector::New(Isolate* isolate,
168 Handle<SharedFunctionInfo> shared) {
174 Handle<FixedArray> array = factory->NewFixedArray(length, TENURED)
    [all...]
string-builder.h 128 explicit FixedArrayBuilder(Handle<FixedArray> backing_store)
149 Handle<FixedArray> extended_array =
171 Handle<FixedArray> array() { return array_; }
177 Handle<JSArray> ToJSArray(Handle<JSArray> target_array) {
184 Handle<FixedArray> array_;
192 ReplacementStringBuilder(Heap* heap, Handle<String> subject,
231 void AddString(Handle<String> string) {
263 Handle<String> subject_;
307 void AppendString(Handle<String> string)
    [all...]
managed.h 35 static Handle<Managed<CppType>> New(Isolate* isolate, CppType* ptr) {
39 Handle<Managed<CppType>> handle = Handle<Managed<CppType>>::cast( local
41 RegisterWeakCallbackForDelete(isolate, handle);
42 return handle;
47 Handle<Managed<CppType>> handle) {
48 Handle<Object> global_handle = isolate->global_handles()->Create(*handle);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
StringParse.c 35 int Handle;
47 int Handle, // matches handle passed in with StringParsePack()
61 Handle - handle of string pack to get
62 StringPack - outgoing pointer to string pack on the given handle
70 STATUS_SUCCESS - string pack with matching handle was found
78 if (Rec->Handle == Handle) {
91 int Handle,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DxeCorePerformanceLib.c 41 // The handle to install Performance Protocol instance.
64 Searches in the gauge array with keyword Handle, Token, Module and Identifier.
71 @param Handle Pointer to environment specific context used
84 IN CONST VOID *Handle, OPTIONAL
110 (GaugeEntryExArray[Index2].Handle == (EFI_PHYSICAL_ADDRESS) (UINTN) Handle) &&
127 that contains the Handle, Token, Module and Identifier.
133 @param Handle Pointer to environment specific context used
150 IN CONST VOID *Handle, OPTIONAL
191 GaugeEntryExArray[Index].Handle = (EFI_PHYSICAL_ADDRESS) (UINTN) Handle;
    [all...]
  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 88 struct Handle {
90 Handle() : node_(nullptr) {}
91 explicit Handle(ChainedOriginDepotNode *node) : node_(node) {}
98 Handle get_handle() { return Handle(this); }
100 typedef Handle handle_type;
112 ChainedOriginDepotNode::Handle h = chainedOriginDepot.Put(desc, &inserted);
  /external/v8/src/builtins/
builtins-symbol.cc 20 Handle<Symbol> result = isolate->factory()->NewSymbol();
21 Handle<Object> description = args.atOrUndefined(isolate, 1);
41 Handle<Object> key_obj = args.atOrUndefined(isolate, 1);
42 Handle<String> key;
51 Handle<Object> obj = args.atOrUndefined(isolate, 1);
56 Handle<Symbol> symbol = Handle<Symbol>::cast(obj);
builtins-object.cc 71 // Handle negative keys in the runtime.
89 Handle<Object> target = args.atOrUndefined(isolate, 1);
94 Handle<JSReceiver> to = Handle<JSReceiver>::cast(target);
101 Handle<Object> next_source = args.at(i);
112 Handle<JSReceiver> object;
113 Handle<Name> name;
339 // Handle dictionary objects or fast objects with properties in runtime.
401 Handle<Object> target = args.at(1);
402 Handle<Object> properties = args.at(2)
    [all...]
  /art/compiler/driver/
compiler_driver-inl.h 36 const ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache,
37 Handle<mirror::ClassLoader> class_loader, dex::TypeIndex cls_index,
52 const ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache,
53 Handle<mirror::ClassLoader> class_loader, const DexCompilationUnit* mUnit) {
62 const ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache,
63 Handle<mirror::ClassLoader> class_loader, const DexFile* dex_file,
83 const ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache,
84 Handle<mirror::ClassLoader> class_loader, const DexCompilationUnit* mUnit,
107 Handle<mirror::DexCache> dex_cache,
108 Handle<mirror::ClassLoader> class_loader
    [all...]
  /art/runtime/
method_handles.h 23 #include "handle.h"
49 bool ConvertJValueCommon(Handle<mirror::MethodType> callsite_type,
50 Handle<mirror::MethodType> callee_type,
60 ALWAYS_INLINE bool ConvertArgumentValue(Handle<mirror::MethodType> callsite_type,
61 Handle<mirror::MethodType> callee_type,
71 ALWAYS_INLINE bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type,
72 Handle<mirror::MethodType> callee_type,
122 Handle<mirror::MethodType> callsite_type,
123 Handle<mirror::MethodType> callee_type,
208 Handle<mirror::MethodHandle> method_handle
    [all...]
  /external/skia/experimental/SkV8Example/
JsContext.cpp 27 v8::Handle<v8::Object> JsContext::wrap() {
28 // Handle scope for temporary handles.
43 v8::Handle<v8::ObjectTemplate> templ =
51 v8::Handle<v8::External> contextPtr = v8::External::New(fGlobal->getIsolate(), this);
56 // Return the result through the current handle scope. Since each
57 // of these handles will go away when the handle scope is deleted
59 // outer handle scope.
67 // Create a handle scope to keep the temporary object references.
77 v8::Handle<v8::Object> contextObj = this->wrap();
85 v8::Handle<v8::Value> argv[argc] = { contextObj }
    [all...]
  /external/libchrome/base/threading/
platform_thread.h 73 typedef void* Handle;
75 typedef pthread_t Handle;
80 explicit PlatformThreadHandle(Handle handle) : handle_(handle) {}
90 Handle platform_handle() const {
95 Handle handle_;
133 // Get the handle representing the current thread. On Windows, this is a
134 // pseudo handle constant which will always represent the thread using it and
154 // |*thread_handle| will be assigned a handle to the newly created thread
    [all...]
  /external/v8/src/crankshaft/
lithium-codegen.h 59 int DefineDeoptimizationLiteral(Handle<Object> literal);
61 void PopulateDeoptimizationData(Handle<Code> code);
86 ZoneList<Handle<Object> > deoptimization_literals_;
102 void AddDeprecationDependency(Handle<Map> map);
103 void AddStabilityDependency(Handle<Map> map);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.c 17 uint32 vbp_open(uint32 parser_type, Handle *hcontext)
48 uint32 vbp_close(Handle hcontext)
78 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag)
109 uint32 vbp_query(Handle hcontext, void **data)
140 uint32 vbp_flush(Handle hcontext)

Completed in 1126 milliseconds

1 2 3 4 5 6 7 8 91011>>