HomeSort by relevance Sort by last modified time
    Searched refs:Handle (Results 1 - 25 of 1890) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/perfetto/src/profiling/memory/
system_property.h 34 // Once the last Handle for a given program name goes away, the flag for the
41 class Handle {
43 friend void swap(SystemProperties::Handle&, SystemProperties::Handle&);
45 Handle(const Handle&) = delete;
46 Handle& operator=(const Handle&) = delete;
48 Handle(Handle&&)
    [all...]
  /external/v8/src/heap/
factory.h 96 // Interface for handle based allocation.
99 Handle<Oddball> NewOddball(Handle<Map> map, const char* to_string,
100 Handle<Object> to_number, const char* type_of,
105 Handle<Oddball> NewSelfReferenceMarker(PretenureFlag pretenure = TENURED);
110 Handle<T> NewFixedArrayWithMap(Heap::RootListIndex map_root_index, int length,
116 Handle<T> NewWeakFixedArrayWithMap(Heap::RootListIndex map_root_index,
121 Handle<FixedArray> NewFixedArray(int length,
126 Handle<WeakFixedArray> NewWeakFixedArray(
130 Handle<PropertyArray> NewPropertyArray(int length
    [all...]
  /external/v8/src/
api-natives.h 26 Handle<FunctionTemplateInfo> data,
30 Isolate* isolate, Handle<ObjectTemplateInfo> data,
31 Handle<JSReceiver> new_target = Handle<JSReceiver>());
34 Handle<ObjectTemplateInfo> data);
42 static Handle<JSFunction> CreateApiFunction(
43 Isolate* isolate, Handle<FunctionTemplateInfo> obj,
44 Handle<Object> prototype, ApiInstanceType instance_type,
47 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
48 Handle<Name> name, Handle<Object> value
    [all...]
json-stringifier.h 14 Handle<Object> object,
15 Handle<Object> replacer,
16 Handle<Object> gap);
json-parser.h 21 Handle<Object> object,
22 Handle<Object> reviver);
25 JsonParseInternalizer(Isolate* isolate, Handle<JSReceiver> reviver)
28 MaybeHandle<Object> InternalizeJsonProperty(Handle<JSReceiver> holder,
29 Handle<String> key);
31 bool RecurseAndApply(Handle<JSReceiver> holder, Handle<String> name);
34 Handle<JSReceiver> reviver_;
42 Isolate* isolate, Handle<String> source, Handle<Object> reviver)
    [all...]
map-updater.h 47 MapUpdater(Isolate* isolate, Handle<Map> old_map);
52 Handle<Map> ReconfigureToDataField(int descriptor,
56 Handle<FieldType> field_type);
59 Handle<Map> ReconfigureElementsKind(ElementsKind elements_kind);
63 Handle<Map> Update();
89 Handle<DescriptorArray> BuildDescriptorArray();
95 Handle<Map> FindSplitMap(Handle<DescriptorArray> descriptors);
129 inline Handle<FieldType> GetOrComputeFieldType(
137 inline Handle<FieldType> GetOrComputeFieldType
    [all...]
compilation-cache.h 15 class Handle;
38 Handle<CompilationCacheTable> GetTable(int generation);
41 Handle<CompilationCacheTable> GetFirstTable() {
44 void SetFirstTable(Handle<CompilationCacheTable> value) {
60 void Remove(Handle<SharedFunctionInfo> function_info);
82 MaybeHandle<SharedFunctionInfo> Lookup(Handle<String> source,
86 Handle<Context> native_context,
89 void Put(Handle<String> source, Handle<Context> context,
91 Handle<SharedFunctionInfo> function_info)
    [all...]
allocation-site-scopes.h 23 Handle<AllocationSite> top() { return top_; }
24 Handle<AllocationSite> current() { return current_; }
26 bool ShouldCreateMemento(Handle<JSObject> object) { return false; }
35 void InitializeTraversal(Handle<AllocationSite> site) {
38 // we initially need a separate handle.
39 current_ = Handle<AllocationSite>::New(*top_, isolate());
44 Handle<AllocationSite> top_;
45 Handle<AllocationSite> current_;
53 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site,
59 inline Handle<AllocationSite> EnterNewScope()
    [all...]
elements.h 59 virtual Handle<Object> Get(Handle<JSObject> holder, uint32_t entry) = 0;
69 virtual void SetLength(Handle<JSArray> holder, uint32_t new_length) = 0;
84 virtual void CollectElementIndices(Handle<JSObject> object,
85 Handle<FixedArrayBase> backing_store,
88 inline void CollectElementIndices(Handle<JSObject> object,
92 Isolate* isolate, Handle<JSObject> object,
93 Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items,
97 Handle<JSObject> object, Handle<FixedArrayBase> backing_store
    [all...]
keys.h 43 Handle<JSReceiver> object, KeyCollectionMode mode, PropertyFilter filter,
47 Handle<FixedArray> GetKeys(
49 Maybe<bool> CollectKeys(Handle<JSReceiver> receiver,
50 Handle<JSReceiver> object);
51 Maybe<bool> CollectOwnElementIndices(Handle<JSReceiver> receiver,
52 Handle<JSObject> object);
53 Maybe<bool> CollectOwnPropertyNames(Handle<JSReceiver> receiver,
54 Handle<JSObject> object);
56 Handle<AccessCheckInfo> access_check_info, Handle<JSReceiver> receiver
    [all...]
api-arguments.h 44 Handle<V> GetReturnValue(Isolate* isolate);
76 inline Handle<Object> CallAccessorSetter(Handle<AccessorInfo> info,
77 Handle<Name> name,
78 Handle<Object> value);
80 inline Handle<Object> CallAccessorGetter(Handle<AccessorInfo> info,
81 Handle<Name> name);
85 inline Handle<Object> CallNamedQuery(Handle<InterceptorInfo> interceptor
    [all...]
lookup.h 47 LookupIterator(Isolate* isolate, Handle<Object> receiver, Handle<Name> name,
52 inline LookupIterator(Handle<Object> receiver, Handle<Name> name,
53 Handle<JSReceiver> holder,
56 inline LookupIterator(Isolate* isolate, Handle<Object> receiver,
57 Handle<Name> name, Handle<JSReceiver> holder,
60 LookupIterator(Isolate* isolate, Handle<Object> receiver, uint32_t index,
65 LookupIterator(Isolate* isolate, Handle<Object> receiver, uint32_t index
    [all...]
  /external/perfetto/include/perfetto/public/
consumer_api.h 59 // Not really a state. This is only returned when an invalid handle is passed
92 using Handle = int64_t;
93 constexpr Handle kInvalidHandle = -1;
97 using OnStateChangedCb = void (*)(Handle, State, void* /*callback_arg*/);
114 // Returns a handle that can be used to retrieve the trace or kInvalidHandle
116 Handle Create(const void* config_proto,
130 void StartTracing(Handle);
146 TraceBuffer ReadTrace(Handle);
149 // traced and trace buffer). The handle must not be used after this point.
150 // It's safe to call this regardless of the handle's current state and validity
    [all...]
  /external/v8/src/objects/
compilation-cache.h 76 Handle<Object> Lookup(Handle<String> src, Handle<SharedFunctionInfo> shared,
78 MaybeHandle<SharedFunctionInfo> LookupScript(Handle<String> src,
79 Handle<Context> native_context,
81 InfoCellPair LookupEval(Handle<String> src, Handle<SharedFunctionInfo> shared,
82 Handle<Context> native_context,
84 Handle<Object> LookupRegExp(Handle<String> source, JSRegExp::Flags flags)
    [all...]
intl-objects.h 35 class Handle;
42 Isolate* isolate, Handle<String> locale, Handle<JSObject> options,
43 Handle<JSObject> resolved);
46 static icu::SimpleDateFormat* UnpackDateFormat(Handle<JSObject> obj);
55 Isolate* isolate, Handle<JSObject> date_time_format_holder, double x);
60 Isolate* isolate, Handle<JSObject> date_time_format_holder,
61 Handle<Object> date);
69 Isolate* isolate, Handle<JSReceiver> receiver, const char* method_name);
73 Isolate* isolate, Handle<Object> input_options, const char* required
    [all...]
bigint.h 101 static Handle<BigInt> UnaryMinus(Isolate* isolate, Handle<BigInt> x);
102 static MaybeHandle<BigInt> BitwiseNot(Isolate* isolate, Handle<BigInt> x);
103 static MaybeHandle<BigInt> Exponentiate(Isolate* isolate, Handle<BigInt> base,
104 Handle<BigInt> exponent);
105 static MaybeHandle<BigInt> Multiply(Isolate* isolate, Handle<BigInt> x,
106 Handle<BigInt> y);
107 static MaybeHandle<BigInt> Divide(Isolate* isolate, Handle<BigInt> x,
108 Handle<BigInt> y);
109 static MaybeHandle<BigInt> Remainder(Isolate* isolate, Handle<BigInt> x
    [all...]
js-proxy.h 20 Handle<Object>,
21 Handle<Object>);
28 static MaybeHandle<Context> GetFunctionRealm(Handle<JSProxy> proxy);
33 static void Revoke(Handle<JSProxy> proxy);
36 static MaybeHandle<Object> GetPrototype(Handle<JSProxy> receiver);
40 Handle<JSProxy> proxy, Handle<Object> value, bool from_javascript,
43 V8_WARN_UNUSED_RESULT static Maybe<bool> IsExtensible(Handle<JSProxy> proxy);
46 V8_WARN_UNUSED_RESULT static Maybe<bool> IsArray(Handle<JSProxy> proxy);
50 Handle<JSProxy> proxy, ShouldThrow should_throw)
    [all...]
  /external/v8/src/debug/
debug-scopes.h 49 ScopeIterator(Isolate* isolate, Handle<JSFunction> function);
50 ScopeIterator(Isolate* isolate, Handle<JSGeneratorObject> generator);
53 Handle<JSObject> MaterializeScopeDetails();
72 Handle<JSObject> ScopeObject(Mode mode);
78 bool SetVariableValue(Handle<String> variable_name, Handle<Object> new_value);
81 Handle<StringSet> GetNonLocals();
85 Handle<Object> GetFunctionDebugName() const;
87 Handle<Script> GetScript() const { return script_; }
100 Handle<Context> CurrentContext() const
    [all...]
debug-evaluate.h 23 static MaybeHandle<Object> Global(Isolate* isolate, Handle<String> source,
33 Handle<String> source,
40 Handle<String> source);
43 Isolate* isolate, Handle<SharedFunctionInfo> info);
45 static void ApplySideEffectChecks(Handle<BytecodeArray> bytecode_array);
73 Handle<Context> evaluation_context() const { return evaluation_context_; }
74 Handle<SharedFunctionInfo> outer_info() const;
78 Handle<Context> wrapped_context;
79 Handle<JSObject> materialized_object;
80 Handle<StringSet> whitelist
    [all...]
debug-frames.h 25 Handle<JSFunction> GetFunction() const { return function_; }
26 Handle<Script> GetScript() { return script_; }
27 Handle<Object> GetParameter(int index);
28 Handle<Object> GetExpression(int index);
31 Handle<Object> GetContext();
32 Handle<Object> GetReceiver() { return receiver_; }
34 Handle<String> GetFunctionName() { return function_name_; }
47 bool ParameterIsShadowedByContextLocal(Handle<ScopeInfo> info,
48 Handle<String> parameter_name);
55 Handle<Script> script_
    [all...]
  /external/v8/src/ic/
call-optimization.h 17 CallOptimization(Isolate* isolate, Handle<Object> function);
25 Handle<JSFunction> constant_function() const {
32 Handle<FunctionTemplateInfo> expected_receiver_type() const {
37 Handle<CallHandlerInfo> api_call_info() const {
43 Handle<JSObject> LookupHolderOfExpectedType(
44 Handle<Map> receiver_map, HolderLookup* holder_lookup) const;
47 bool IsCompatibleReceiver(Handle<Object> receiver,
48 Handle<JSObject> holder) const;
51 bool IsCompatibleReceiverMap(Handle<Map> receiver_map,
52 Handle<JSObject> holder) const
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
shared_memory.h 34 typedef HANDLE Handle;
35 static const Handle kInvalidHandle;
37 typedef int Handle;
38 static const Handle kInvalidHandle;
44 // Platform-specific handle of the buffer.
45 Handle handle() const { return handle_; } function in class:webrtc::SharedMemory
54 SharedMemory(void* data, size_t size, Handle handle, int id)
    [all...]
  /external/v8/src/asmjs/
asm-js.h 29 Handle<SharedFunctionInfo>,
30 Handle<FixedArray> wasm_data,
31 Handle<JSReceiver> stdlib,
32 Handle<JSReceiver> foreign,
33 Handle<JSArrayBuffer> memory);
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
VirtioMmioDeviceLib.h 26 @param[in] Handle Handle of the device the driver should be attached
45 IN EFI_HANDLE Handle
52 @param[in] Handle Handle of the device where the VirtIo Device protocol
63 IN EFI_HANDLE Handle
XenIoMmioLib.h 22 the handle pointed to by @Handle, or on a new handle if it points to
25 @param Handle Pointer to the handle to install the protocols
26 on, may point to a NULL handle.
41 IN OUT EFI_HANDLE *Handle,
50 @param Handle Handle onto which the protocols have been installed
61 IN EFI_HANDLE Handle
    [all...]

Completed in 1255 milliseconds

1 2 3 4 5 6 7 8 91011>>