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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/ic/
call-optimization.h 18 explicit CallOptimization(Handle<JSFunction> 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) const;
44 bool IsCompatibleReceiver(Handle<Object> receiver,
45 Handle<JSObject> holder) const;
48 void Initialize(Handle<JSFunction> function);
52 void AnalyzePossibleApiFunction(Handle<JSFunction> function)
    [all...]
handler-compiler.h 20 static Handle<Code> Find(Handle<Name> name, Handle<Map> map, Code::Kind kind,
25 Handle<HeapType> type, Handle<JSObject> holder,
33 virtual Register FrontendHeader(Register object_reg, Handle<Name> name,
39 virtual void FrontendFooter(Handle<Name> name, Label* miss) { UNREACHABLE(); }
41 Register Frontend(Register object_reg, Handle<Name> name);
42 void NonexistentFrontendHeader(Handle<Name> name, Label* miss,
48 Handle<Map> receiver_map, Register receiver
    [all...]
ic-compiler.h 24 static Handle<Code> ComputeLoad(Isolate* isolate, InlineCacheState ic_state,
26 static Handle<Code> ComputeStore(Isolate* isolate, InlineCacheState ic_state,
29 static Handle<Code> ComputeMonomorphic(Code::Kind kind, Handle<Name> name,
30 Handle<HeapType> type,
31 Handle<Code> handler,
33 static Handle<Code> ComputePolymorphic(Code::Kind kind, TypeHandleList* types,
36 Handle<Name> name,
40 static Handle<Code> ComputeKeyedLoadMonomorphic(Handle<Map> receiver_map)
    [all...]
call-optimization.cc 13 CallOptimization::CallOptimization(Handle<JSFunction> function) {
18 Handle<JSObject> CallOptimization::LookupHolderOfExpectedType(
19 Handle<Map> object_map, HolderLookup* holder_lookup) const {
23 return Handle<JSObject>::null();
28 return Handle<JSObject>::null();
32 Handle<JSObject> prototype(JSObject::cast(object_map->prototype()));
34 object_map = handle(prototype->map());
41 return Handle<JSObject>::null();
45 bool CallOptimization::IsCompatibleReceiver(Handle<Object> receiver,
46 Handle<JSObject> holder) const
    [all...]
  /external/chromium_org/v8/src/
type-feedback-vector.cc 14 Handle<TypeFeedbackVector> TypeFeedbackVector::Copy(
15 Isolate* isolate, Handle<TypeFeedbackVector> vector) {
16 Handle<TypeFeedbackVector> result;
17 result = Handle<TypeFeedbackVector>::cast(
18 isolate->factory()->CopyFixedArray(Handle<FixedArray>::cast(vector)));
allocation-site-scopes.h 25 Handle<AllocationSite> top() { return top_; }
26 Handle<AllocationSite> current() { return current_; }
28 bool ShouldCreateMemento(Handle<JSObject> object) { return false; }
37 void InitializeTraversal(Handle<AllocationSite> site) {
39 current_ = Handle<AllocationSite>(*top_, isolate());
44 Handle<AllocationSite> top_;
45 Handle<AllocationSite> current_;
56 Handle<AllocationSite> EnterNewScope();
57 void ExitScope(Handle<AllocationSite> site, Handle<JSObject> object)
    [all...]
factory.h 13 // Interface for handle based allocation.
17 Handle<Oddball> NewOddball(Handle<Map> map,
19 Handle<Object> to_number,
23 Handle<FixedArray> NewFixedArray(
28 Handle<FixedArray> NewFixedArrayWithHoles(
33 Handle<FixedArray> NewUninitializedFixedArray(int size);
38 Handle<FixedArrayBase> NewFixedDoubleArray(
43 Handle<FixedArrayBase> NewFixedDoubleArrayWithHoles(
47 Handle<ConstantPoolArray> NewConstantPoolArray
    [all...]
elements.h 28 virtual void Validate(Handle<JSObject> obj) = 0;
36 Handle<Object> receiver,
37 Handle<JSObject> holder,
39 Handle<FixedArrayBase> backing_store) = 0;
42 Handle<Object> receiver,
43 Handle<JSObject> holder,
45 return HasElement(receiver, holder, key, handle(holder->elements()));
54 Handle<Object> receiver,
55 Handle<JSObject> holder,
57 Handle<FixedArrayBase> backing_store) = 0
    [all...]
d8-windows.cc 11 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) {
compilation-cache.h 30 Handle<CompilationCacheTable> GetTable(int generation);
33 Handle<CompilationCacheTable> GetFirstTable() {
36 void SetFirstTable(Handle<CompilationCacheTable> value) {
53 void Remove(Handle<SharedFunctionInfo> function_info);
75 Handle<SharedFunctionInfo> Lookup(Handle<String> source,
76 Handle<Object> name,
80 Handle<Context> context);
81 void Put(Handle<String> source,
82 Handle<Context> context
    [all...]
i18n.h 25 static Handle<ObjectTemplateInfo> GetTemplate(Isolate* isolate);
28 static Handle<ObjectTemplateInfo> GetTemplate2(Isolate* isolate);
41 Handle<String> locale,
42 Handle<JSObject> options,
43 Handle<JSObject> resolved);
47 Handle<JSObject> obj);
65 Handle<String> locale,
66 Handle<JSObject> options,
67 Handle<JSObject> resolved);
71 Handle<JSObject> obj)
    [all...]
liveedit.h 48 void RecordFunctionInfo(Handle<SharedFunctionInfo> info,
50 void RecordRootFunctionInfo(Handle<Code> code);
82 Handle<Script> script,
83 Handle<String> source);
85 static void WrapSharedFunctionInfos(Handle<JSArray> array);
87 static void ReplaceFunctionCode(Handle<JSArray> new_compile_info_array,
88 Handle<JSArray> shared_info_array);
90 static void FunctionSourceUpdated(Handle<JSArray> shared_info_array);
93 static void SetFunctionScript(Handle<JSValue> function_wrapper,
94 Handle<Object> script_handle)
    [all...]
interpreter-irregexp.h 17 Handle<ByteArray> code,
18 Handle<String> subject,
  /external/chromium_org/mojo/public/cpp/utility/
run_loop_handler.h 12 // Used by RunLoop to notify when a handle is either ready or has become
16 virtual void OnHandleReady(const Handle& handle) = 0;
17 virtual void OnHandleError(const Handle& handle, MojoResult result) = 0;
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
cache.h 40 // Opaque handle to an entry stored in the cache.
41 struct Handle { };
46 // Returns a handle that corresponds to the mapping. The caller
47 // must call this->Release(handle) when the returned mapping is no
52 virtual Handle* Insert(const Slice& key, void* value, size_t charge,
57 // Else return a handle that corresponds to the mapping. The caller
58 // must call this->Release(handle) when the returned mapping is no
60 virtual Handle* Lookup(const Slice& key) = 0;
63 // REQUIRES: handle must not have been released yet.
64 // REQUIRES: handle must have been returned by a method on *this
    [all...]
  /external/chromium_org/gin/
handle.h 12 // You can use gin::Handle on the stack to retain a gin::Wrappable object.
17 class Handle {
19 Handle() : object_(NULL) {}
21 Handle(v8::Handle<v8::Value> wrapper, T* object)
34 v8::Handle<v8::Value> ToV8() const { return wrapper_; }
38 v8::Handle<v8::Value> wrapper_;
43 struct Converter<gin::Handle<T> > {
44 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
45 const gin::Handle<T>& val)
    [all...]
converter.cc 13 using v8::Handle;
23 Handle<Value> Converter<bool>::ToV8(Isolate* isolate, bool val) {
27 bool Converter<bool>::FromV8(Isolate* isolate, Handle<Value> val, bool* out) {
32 Handle<Value> Converter<int32_t>::ToV8(Isolate* isolate, int32_t val) {
36 bool Converter<int32_t>::FromV8(Isolate* isolate, Handle<Value> val,
44 Handle<Value> Converter<uint32_t>::ToV8(Isolate* isolate, uint32_t val) {
48 bool Converter<uint32_t>::FromV8(Isolate* isolate, Handle<Value> val,
56 Handle<Value> Converter<int64_t>::ToV8(Isolate* isolate, int64_t val) {
60 bool Converter<int64_t>::FromV8(Isolate* isolate, Handle<Value> val,
70 Handle<Value> Converter<uint64_t>::ToV8(Isolate* isolate, uint64_t val)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTestHelper.h 13 v8::Handle<v8::Value> stringToV8Value(String);
15 v8::Handle<v8::Value> doubleToV8Value(double);
17 void setV8ObjectPropertyAsString(v8::Handle<v8::Object>, String, String);
19 void setV8ObjectPropertyAsNumber(v8::Handle<v8::Object>, String, double);
  /external/chromium_org/third_party/WebKit/public/web/
WebArrayBufferConverter.h 40 template <class T> class Handle;
47 BLINK_EXPORT static v8::Handle<v8::Value> toV8Value(WebArrayBuffer*, v8::Handle<v8::Object>, v8::Isolate*);
48 BLINK_EXPORT static WebArrayBuffer* createFromV8Value(v8::Handle<v8::Value>, v8::Isolate*);
  /external/chromium_org/third_party/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...]
shared_memory.cc 16 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)
24 handle_(handle),
  /external/chromium_org/mojo/common/
message_pump_mojo_handler.h 14 // Used by MessagePumpMojo to notify when a handle is either ready or has become
18 virtual void OnHandleReady(const Handle& handle) = 0;
20 virtual void OnHandleError(const Handle& handle, MojoResult result) = 0;
  /external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
HandleOwner.java 7 import org.chromium.mojo.system.Handle;
12 * Describes a class that owns a handle.
14 * @param <H> The type of the owned handle.
16 public interface HandleOwner<H extends Handle> extends Closeable {
19 * Pass the handle owned by this class.
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PrivateScriptRunner.h 19 static v8::Handle<v8::Value> installClassIfNeeded(LocalFrame*, String className);
20 static v8::Handle<v8::Value> runDOMAttributeGetter(ScriptState*, ScriptState* scriptStateInUserScript, const char* className, const char* attributeName, v8::Handle<v8::Value> holder);
21 static bool runDOMAttributeSetter(ScriptState*, ScriptState* scriptStateInUserScript, const char* className, const char* attributeName, v8::Handle<v8::Value> holder, v8::Handle<v8::Value> v8Value);
22 static v8::Handle<v8::Value> runDOMMethod(ScriptState*, ScriptState* scriptStateInUserScript, const char* className, const char* methodName, v8::Handle<v8::Value> holder, int argc, v8::Handle<v8::Value> argv[]);
  /external/chromium_org/components/webdata/common/
web_data_service_consumer.h 18 virtual void OnWebDataServiceRequestDone(WebDataServiceBase::Handle h,

Completed in 2027 milliseconds

1 2 3 4 5 6 7 8 91011>>