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

1 2 3 45 6 7 8 91011>>

  /external/libmojo/mojo/edk/js/
waiting_callback.h 10 #include "gin/handle.h"
13 #include "mojo/edk/js/handle.h"
30 static gin::Handle<WaitingCallback> Create(
32 v8::Handle<v8::Function> callback,
33 gin::Handle<HandleWrapper> handle_wrapper,
44 v8::Handle<v8::Function> callback,
  /external/libmojo/mojo/public/cpp/bindings/lib/
serialization_context.h 17 #include "mojo/public/cpp/system/handle.h"
33 // Adds a handle to the handle list and returns its index for encoding.
34 Handle_Data AddHandle(mojo::Handle handle);
36 // Takes a handle from the list of serialized handle data.
37 mojo::Handle TakeHandle(const Handle_Data& encoded_handle);
39 // Takes a handle from the list of serialized handle data and returns it i
    [all...]
sync_handle_registry.h 29 bool RegisterHandle(const Handle& handle,
33 void UnregisterHandle(const Handle& handle);
46 size_t operator()(const Handle& handle) const {
47 return std::hash<uint32_t>()(static_cast<uint32_t>(handle.value()));
50 using HandleMap = std::unordered_map<Handle, HandleCallback, HandleHasher>;
  /external/libmojo/mojo/public/cpp/bindings/
sync_handle_registry.h 28 bool RegisterHandle(const Handle& handle,
32 void UnregisterHandle(const Handle& handle);
45 size_t operator()(const Handle& handle) const {
46 return std::hash<uint32_t>()(static_cast<uint32_t>(handle.value()));
49 using HandleMap = std::unordered_map<Handle, HandleCallback, HandleHasher>;
sync_handle_watcher.h 16 // SyncHandleWatcher supports watching a handle synchronously. It also supports
17 // registering the handle with a thread-local storage (SyncHandleRegistry), so
19 // handle watching, this handle will be watched together.
30 // Note: |handle| must outlive this object.
31 SyncHandleWatcher(const Handle& handle,
38 // sync handle watching on the same thread, |handle_| will be watched
54 const Handle handle_;
  /external/swiftshader/third_party/LLVM/include/llvm-c/
BitWriter.h 39 descriptor. Returns 0 on success. Closes the Handle. */
40 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
  /external/v8/src/debug/
debug-coverage.h 20 CoverageFunction(int s, int e, uint32_t c, Handle<String> n)
25 Handle<String> name;
30 CoverageScript(Isolate* isolate, Handle<Script> s) : script(s) {}
31 Handle<Script> script;
debug-frames.cc 61 Handle<Script> FrameInspector::GetScript() {
62 return Handle<Script>::cast(frame_summary_.script());
65 Handle<JSFunction> FrameInspector::GetFunction() {
69 Handle<Object> FrameInspector::GetParameter(int index) {
71 // TODO(clemensh): Handle wasm_interpreted_frame_.
72 return handle(frame_->GetParameter(index), isolate_);
75 Handle<Object> FrameInspector::GetExpression(int index) {
83 : handle(frame_->GetExpression(index), isolate_);
92 Handle<Object> FrameInspector::GetContext() {
94 : handle(frame_->context(), isolate_)
    [all...]
  /external/v8/src/interpreter/
bytecode-array-iterator.cc 13 Handle<BytecodeArray> bytecode_array)
bytecode-array-iterator.h 17 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/templates/
ar_eventhandler_h.template 46 virtual void Handle(${name} event) {}
  /external/selinux/mcstrans/share/examples/pipes/setrans.d/
pipes.conf 2 Prefix=Handle Via
  /external/v8/src/builtins/
builtins-arraybuffer.cc 20 Handle<JSFunction> target = args.target();
25 handle(target->shared()->name(), isolate)));
31 Handle<JSFunction> target = args.target();
32 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target());
33 Handle<Object> length = args.atOrUndefined(isolate, 1);
36 Handle<Object> number_length;
43 Handle<JSObject> result;
55 if (!JSArrayBuffer::SetupAllocatingData(Handle<JSArrayBuffer>::cast(result),
builtins-error.cc 22 Handle<Object> caller;
34 Handle<Object>::cast(args.new_target()),
42 Handle<Object> object_obj = args.atOrUndefined(isolate, 1);
47 Handle<JSObject> object = Handle<JSObject>::cast(object_obj);
48 Handle<Object> caller = args.atOrUndefined(isolate, 2);
58 Handle<Object> stack_trace =
62 Handle<Object> formatted_stack_trace;
89 Handle<JSFunction> constructor) {
90 Handle<Object> template_index = args.atOrUndefined(isolate, 1)
    [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.h 49 Handle<SharedFunctionInfo> shared,
53 Handle<Script> script,
54 Handle<SharedFunctionInfo> shared,
68 bool IsAssociatedWith(Handle<SharedFunctionInfo> shared) const;
111 Handle<Context> context_; // Global handle.
112 Handle<SharedFunctionInfo> shared_; // Global handle.
113 Handle<String> source_; // Global handle
    [all...]
  /external/v8/src/ffi/
ffi-compiler.h 30 Handle<JSFunction> CompileJSToNativeWrapper(Isolate* isolate,
31 Handle<String> name,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Handle.c 14 Handle.c
18 Support for Handle lib fucntions.
27 IN OUT EFI_HANDLE * Handle, OPTIONAL
34 Function locates Protocol and/or Handle on which all Protocols specified
38 calling any handle routines. Otherwise the behavior is undefined.
42 Handle - The address of handle to receive the handle on which protocols
45 handle returned from previous call, searches starting from next handle.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DevicePathDxe/
DevicePath.c 52 @param[in] ImageHandle The firmware allocated handle for the EFI image.
67 EFI_HANDLE Handle;
69 Handle = NULL;
74 &Handle,
82 &Handle,
91 &Handle,
98 &Handle,
  /external/v8/src/
allocation-site-scopes.cc 14 Handle<AllocationSite> AllocationSiteCreationContext::EnterNewScope() {
15 Handle<AllocationSite> scope_site;
20 scope_site = Handle<AllocationSite>(*top(), isolate());
43 Handle<AllocationSite> scope_site,
44 Handle<JSObject> object) {
66 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) {
bootstrapper.cc 39 Handle<String> Bootstrapper::SourceLookup(int index) {
47 Handle<ExternalOneByteString> source_code =
53 Handle<Object> cached_source(Source::GetSourceCache(heap)->get(index),
55 return Handle<String>::cast(cached_source);
59 template Handle<String> Bootstrapper::SourceLookup<Natives>(int index);
60 template Handle<String> Bootstrapper::SourceLookup<ExperimentalNatives>(
62 template Handle<String> Bootstrapper::SourceLookup<ExperimentalExtraNatives>(
64 template Handle<String> Bootstrapper::SourceLookup<ExtraNatives>(int index);
160 Handle<Context> result() { return result_; }
162 Handle<JSGlobalProxy> global_proxy() { return global_proxy_;
    [all...]
feedback-vector.h 242 static Handle<FeedbackMetadata> New(Isolate* isolate, const Spec* spec);
310 static Handle<FeedbackVector> New(Isolate* isolate,
311 Handle<SharedFunctionInfo> shared);
313 static Handle<FeedbackVector> Copy(Isolate* isolate,
314 Handle<FeedbackVector> vector);
349 static inline Handle<Symbol> UninitializedSentinel(Isolate* isolate);
352 static inline Handle<Symbol> MegamorphicSentinel(Isolate* isolate);
355 static inline Handle<Symbol> PremonomorphicSentinel(Isolate* isolate);
363 Handle<FeedbackVector> vector);
384 explicit FeedbackMetadataIterator(Handle<FeedbackMetadata> metadata
    [all...]
accessors.cc 22 Handle<AccessorInfo> Accessors::MakeAccessor(
23 Isolate* isolate, Handle<Name> name, AccessorNameGetterCallback getter,
26 Handle<AccessorInfo> info = factory->NewAccessorInfo();
35 Handle<Object> get = v8::FromCData(isolate, getter);
37 Handle<Object> set = v8::FromCData(isolate, setter);
42 Handle<Object> js_get = v8::FromCData(isolate, redirected);
49 static V8_INLINE bool CheckForName(Handle<Name> name,
50 Handle<String> property_name,
63 bool Accessors::IsJSObjectFieldAccessor(Handle<Map> map, Handle<Name> name
    [all...]
  /external/v8/src/ast/
compile-time-value.cc 22 Handle<FixedArray> CompileTimeValue::GetValue(Isolate* isolate,
26 Handle<FixedArray> result = factory->NewFixedArray(2, TENURED);
46 Handle<FixedArray> value) {
51 Handle<HeapObject> CompileTimeValue::GetElements(Handle<FixedArray> value) {
52 return Handle<HeapObject>(HeapObject::cast(value->get(kElementsSlot)));
  /external/v8/src/regexp/
regexp-utils.cc 15 Handle<String> RegExpUtils::GenericCaptureGetter(
16 Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture,
32 Handle<String> last_subject(match_info->LastSubject());
38 V8_INLINE bool HasInitialRegExpMap(Isolate* isolate, Handle<JSReceiver> recv) {
45 Handle<JSReceiver> recv,
52 handle(Smi::FromInt(value), isolate), STRICT);
57 Handle<JSReceiver> recv) {
59 return handle(JSRegExp::cast(*recv)->LastIndex(), isolate);
69 Handle<JSReceiver> regexp,
70 Handle<String> string
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Locate.c 2 Locate handle functions
16 #include "Handle.h"
42 Routine to get the next Handle, when you are searching for all handles.
44 @param Position Information about which Handle to seach for.
59 Routine to get the next Handle, when you are searching for register protocol
62 @param Position Information about which Handle to seach for.
77 Routine to get the next Handle, when you are searching for a given protocol.
79 @param Position Information about which Handle to seach for.
95 Locates the requested handle(s) and returns them in Buffer.
108 @retval EFI_SUCCESS Successfully found the requested handle(s) and
    [all...]

Completed in 361 milliseconds

1 2 3 45 6 7 8 91011>>