Searched refs:Handle (Results 1 - 25 of 802) sorted by relevance

1234567891011>>

/external/v8/src/debug/
H A Ddebug-evaluate.h16 static MaybeHandle<Object> Global(Isolate* isolate, Handle<String> source,
18 Handle<HeapObject> context_extension);
27 Handle<String> source, bool disable_break,
28 Handle<HeapObject> context_extension);
56 Handle<Context> evaluation_context() const { return evaluation_context_; }
57 Handle<SharedFunctionInfo> outer_info() const { return outer_info_; }
61 Handle<ScopeInfo> scope_info;
62 Handle<Context> wrapped_context;
63 Handle<JSObject> materialized_object;
64 Handle<StringSe
[all...]
H A Ddebug-scopes.h47 ScopeIterator(Isolate* isolate, Handle<JSFunction> function);
48 ScopeIterator(Isolate* isolate, Handle<JSGeneratorObject> generator);
72 bool SetVariableValue(Handle<String> variable_name, Handle<Object> new_value);
74 Handle<ScopeInfo> CurrentScopeInfo();
78 Handle<Context> CurrentContext();
81 Handle<StringSet> GetNonLocals();
90 ExtendedScopeInfo(Handle<ScopeInfo> info, int start, int end)
92 explicit ExtendedScopeInfo(Handle<ScopeInfo> info)
94 Handle<ScopeInf
[all...]
H A Dliveedit.h47 static Handle<JSArray> Collect(FunctionLiteral* node, Handle<Script> script,
55 LiveEditFunctionTracker(Handle<Script> script, Zone* zone, Isolate* isolate);
58 void FunctionDone(Handle<SharedFunctionInfo> shared, Scope* scope);
59 Handle<Object> SerializeFunctionScope(Scope* scope);
61 Handle<Script> script_;
65 Handle<JSArray> result_;
80 Handle<Script> script,
81 Handle<String> source);
83 static void ReplaceFunctionCode(Handle<JSArra
[all...]
/external/v8/src/
H A Dfactory.h27 Handle<Oddball> NewOddball(Handle<Map> map, const char* to_string,
28 Handle<Object> to_number, const char* type_of,
32 Handle<FixedArray> NewFixedArray(int size,
44 Handle<FixedArray> NewFixedArrayWithHoles(
49 Handle<FixedArray> NewUninitializedFixedArray(int size);
54 Handle<FixedArrayBase> NewFixedDoubleArray(
59 Handle<FixedArrayBase> NewFixedDoubleArrayWithHoles(
63 Handle<FrameArray> NewFrameArray(int number_of_frames,
66 Handle<OrderedHashSe
[all...]
H A Dapi-natives.h23 Handle<FunctionTemplateInfo> data);
26 Handle<ObjectTemplateInfo> data,
27 Handle<JSReceiver> new_target = Handle<JSReceiver>());
30 Handle<ObjectTemplateInfo> data);
38 static Handle<JSFunction> CreateApiFunction(Isolate* isolate,
39 Handle<FunctionTemplateInfo> obj,
40 Handle<Object> prototype,
43 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
44 Handle<Nam
[all...]
H A Dpromise-utils.h18 static JSObject* GetPromise(Handle<Context> context);
19 static Object* GetDebugEvent(Handle<Context> context);
20 static bool HasAlreadyVisited(Handle<Context> context);
21 static void SetAlreadyVisited(Handle<Context> context);
24 Handle<JSObject> promise,
25 Handle<Object> debug_event,
26 Handle<JSFunction>* resolve,
27 Handle<JSFunction>* reject);
H A Dcompilation-cache.h34 Handle<CompilationCacheTable> GetTable(int generation);
37 Handle<CompilationCacheTable> GetFirstTable() {
40 void SetFirstTable(Handle<CompilationCacheTable> value) {
57 void Remove(Handle<SharedFunctionInfo> function_info);
79 Handle<SharedFunctionInfo> Lookup(Handle<String> source, Handle<Object> name,
82 Handle<Context> context,
84 void Put(Handle<String> source,
85 Handle<Contex
[all...]
H A Di18n.h28 static Handle<ObjectTemplateInfo> GetTemplate(Isolate* isolate);
31 static Handle<ObjectTemplateInfo> GetTemplate2(Isolate* isolate);
44 Handle<String> locale,
45 Handle<JSObject> options,
46 Handle<JSObject> resolved);
50 Handle<JSObject> obj);
67 Handle<String> locale,
68 Handle<JSObject> options,
69 Handle<JSObject> resolved);
73 Handle<JSObjec
[all...]
H A Djson-stringifier.h20 MUST_USE_RESULT MaybeHandle<Object> Stringify(Handle<Object> object,
21 Handle<Object> replacer,
22 Handle<Object> gap);
27 bool InitializeReplacer(Handle<Object> replacer);
28 bool InitializeGap(Handle<Object> gap);
31 Handle<Object> object,
32 Handle<Object> key);
34 Handle<Object> value, Handle<Object> key, Handle<Objec
[all...]
H A Dkeys.h40 Handle<JSReceiver> object, KeyCollectionMode mode, PropertyFilter filter,
44 Handle<FixedArray> GetKeys(
46 Maybe<bool> CollectKeys(Handle<JSReceiver> receiver,
47 Handle<JSReceiver> object);
48 Maybe<bool> CollectOwnElementIndices(Handle<JSReceiver> receiver,
49 Handle<JSObject> object);
50 Maybe<bool> CollectOwnPropertyNames(Handle<JSReceiver> receiver,
51 Handle<JSObject> object);
53 Handle<AccessCheckInfo> access_check_info, Handle<JSReceive
[all...]
H A Dallocation-site-scopes.h23 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) {
37 current_ = Handle<AllocationSite>::New(*top_, isolate());
42 Handle<AllocationSite> top_;
43 Handle<AllocationSite> current_;
54 Handle<AllocationSite> EnterNewScope();
55 void ExitScope(Handle<AllocationSite> site, Handle<JSObjec
[all...]
H A Djson-parser.h19 Handle<Object> object,
20 Handle<Object> reviver);
23 JsonParseInternalizer(Isolate* isolate, Handle<JSReceiver> reviver)
26 MaybeHandle<Object> InternalizeJsonProperty(Handle<JSReceiver> holder,
27 Handle<String> key);
29 bool RecurseAndApply(Handle<JSReceiver> holder, Handle<String> name);
32 Handle<JSReceiver> reviver_;
40 Handle<String> source,
41 Handle<Objec
[all...]
H A Delements.h34 virtual void Validate(Handle<JSObject> obj) = 0;
46 virtual bool HasElement(Handle<JSObject> holder, uint32_t index,
47 Handle<FixedArrayBase> backing_store,
50 inline bool HasElement(Handle<JSObject> holder, uint32_t index,
55 virtual Handle<Object> Get(Handle<JSObject> holder, uint32_t entry) = 0;
66 virtual void SetLength(Handle<JSArray> holder, uint32_t new_length) = 0;
69 virtual void Delete(Handle<JSObject> holder, uint32_t entry) = 0;
83 virtual void CollectElementIndices(Handle<JSObject> object,
84 Handle<FixedArrayBas
[all...]
H A Dcompilation-dependencies.h21 object_wrapper_(Handle<Foreign>::null()),
26 void Insert(DependentCode::DependencyGroup group, Handle<HeapObject> handle);
28 void AssumeInitialMapCantChange(Handle<Map> map) {
31 void AssumeFieldOwner(Handle<Map> map) {
34 void AssumeMapStable(Handle<Map> map);
36 Handle<Map> map,
38 void AssumeMapNotDeprecated(Handle<Map> map);
39 void AssumePropertyCell(Handle<PropertyCell> cell) {
42 void AssumeTenuringDecision(Handle<AllocationSite> site) {
45 void AssumeTransitionStable(Handle<AllocationSit
[all...]
/external/v8/src/wasm/
H A Dwasm-js.h16 static void Install(Isolate* isolate, Handle<JSGlobalObject> global_object);
19 Isolate* isolate, Handle<JSGlobalObject> global, Handle<Context> context);
22 Isolate* isolate, Handle<Context> context);
24 Handle<JSGlobalObject> global,
25 Handle<Context> context);
28 static bool IsWasmTableObject(Isolate* isolate, Handle<Object> value);
31 static bool IsWasmMemoryObject(Isolate* isolate, Handle<Object> value);
/external/v8/src/ic/
H A Dcall-optimization.h18 explicit CallOptimization(Handle<Object> function);
22 Handle<JSFunction> constant_function() const {
29 Handle<FunctionTemplateInfo> expected_receiver_type() const {
34 Handle<CallHandlerInfo> api_call_info() const {
40 Handle<JSObject> LookupHolderOfExpectedType(
41 Handle<Map> receiver_map, HolderLookup* holder_lookup,
45 bool IsCompatibleReceiver(Handle<Object> receiver,
46 Handle<JSObject> holder) const;
49 bool IsCompatibleReceiverMap(Handle<Map> receiver_map,
50 Handle<JSObjec
[all...]
H A Dhandler-compiler.h20 static Handle<Code> Find(Handle<Name> name, Handle<Map> map, Code::Kind kind,
24 PropertyHandlerCompiler(Isolate* isolate, Code::Kind kind, Handle<Map> map,
25 Handle<JSObject> holder, CacheHolderFlag cache_holder)
32 virtual Register FrontendHeader(Register object_reg, Handle<Name> name,
38 virtual void FrontendFooter(Handle<Name> name, Label* miss) { UNREACHABLE(); }
42 Register Frontend(Handle<Name> name);
43 void NonexistentFrontendHeader(Handle<Name> name, Label* miss,
61 Handle<Ma
[all...]
/external/webrtc/webrtc/modules/desktop_capture/
H A Dshared_memory.h34 typedef HANDLE Handle; typedef in class:webrtc::SharedMemory
35 static const Handle kInvalidHandle;
37 typedef int Handle;
38 static const Handle kInvalidHandle;
45 Handle handle() const { return handle_; }
54 SharedMemory(void* data, size_t size, Handle handle, int id);
58 const Handle handle_;
H A Dshared_memory.cc16 const SharedMemory::Handle SharedMemory::kInvalidHandle = NULL;
18 const SharedMemory::Handle SharedMemory::kInvalidHandle = -1;
21 SharedMemory::SharedMemory(void* data, size_t size, Handle handle, int id)
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DLambdaInfo.java17 import org.objectweb.asm.Handle;
24 Handle methodReference,
25 Handle bridgeMethod) {
32 public abstract Handle methodReference();
33 public abstract Handle bridgeMethod();
/external/v8/src/asmjs/
H A Dasm-js.h20 static bool IsStdlibValid(Isolate* isolate, Handle<FixedArray> wasm_data,
21 Handle<JSReceiver> stdlib);
23 Handle<FixedArray> wasm_data,
24 Handle<JSArrayBuffer> memory,
25 Handle<JSReceiver> foreign);
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DHandleOwner.java7 import org.chromium.mojo.system.Handle;
16 public interface HandleOwner<H extends Handle> extends Closeable {
/external/v8/src/ast/
H A Dcompile-time-value.h29 static Handle<FixedArray> GetValue(Isolate* isolate, Expression* expression);
32 static LiteralType GetLiteralType(Handle<FixedArray> value);
35 static Handle<FixedArray> GetElements(Handle<FixedArray> value);
/external/v8/src/regexp/
H A Dregexp-utils.h17 static Handle<String> GenericCaptureGetter(Isolate* isolate,
18 Handle<RegExpMatchInfo> match_info,
23 Isolate* isolate, Handle<JSReceiver> regexp, int value);
25 Isolate* isolate, Handle<JSReceiver> recv);
29 Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string,
30 Handle<Object> exec);
34 static Maybe<bool> IsRegExp(Isolate* isolate, Handle<Object> object);
38 static bool IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj);
42 static int AdvanceStringIndex(Isolate* isolate, Handle<Strin
[all...]
/external/libmojo/mojo/edk/js/
H A Dhandle.cc16 : handle_(mojo::Handle(handle)) {
49 v8::Handle<v8::Value> Converter<mojo::Handle>::ToV8(v8::Isolate* isolate,
50 const mojo::Handle& val) {
56 bool Converter<mojo::Handle>::FromV8(v8::Isolate* isolate,
57 v8::Handle<v8::Value> val,
58 mojo::Handle* out) {
60 *out = mojo::Handle();
64 gin::Handle<mojo::edk::js::HandleWrapper> handle;
65 if (!Converter<gin::Handle<moj
[all...]

Completed in 707 milliseconds

1234567891011>>