HomeSort by relevance Sort by last modified time
    Searched full:jsobject (Results 176 - 200 of 283) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/
hydrogen-instructions.cc 266 result = HType::JSObject();
    [all...]
execution.h 132 static Handle<JSObject> InstantiateObject(Handle<ObjectTemplateInfo> data,
log.cc 763 JSObject* holder,
776 JSObject* holder,
785 void Logger::ApiObjectAccess(const char* tag, JSObject* object) {
    [all...]
objects-visiting.h 336 JSObject::BodyDescriptor,
v8globals.h 139 class JSObject;
354 MaybeObject* (*setter)(JSObject* object, Object* value, void* data);
heap.h 140 V(JSObject, message_listeners, MessageListeners) \
565 MUST_USE_RESULT MaybeObject* CopyJSObject(JSObject* source);
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc     [all...]
  /external/chromium_org/v8/src/
arguments.h 186 JSObject* holder)
execution.h 139 static Handle<JSObject> InstantiateObject(Handle<ObjectTemplateInfo> data,
v8globals.h 139 class JSObject;
357 Isolate* isolate, JSObject* object, Object* value, void* data);
heap.h 172 V(JSObject, message_listeners, MessageListeners) \
187 V(JSObject, observation_state, ObservationState) \
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 345 void EmitDeepCopy(Handle<JSObject> object,
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.h 400 // Check if a map for a JSObject indicates that the object has fast elements.
406 // Check if a map for a JSObject indicates that the object can have both smi
412 // Check if a map for a JSObject indicates that the object has fast smi only
469 // Check if a heap object's type is in the JSObject range, not including
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 371 void EmitDeepCopy(Handle<JSObject> object,
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 320 void EmitDeepCopy(Handle<JSObject> object,
  /external/chromium_org/v8/test/mjsunit/
large-object-allocation.js 285 // Meaning that the instance will be smaller than a minimal JSObject and we
  /external/v8/src/arm/
lithium-codegen-arm.h 315 void EmitDeepCopy(Handle<JSObject> object,
code-stubs-arm.cc 117 __ str(r1, FieldMemOperand(r0, JSObject::kPropertiesOffset));
118 __ str(r1, FieldMemOperand(r0, JSObject::kElementsOffset));
399 int size = JSObject::kHeaderSize + length_ * kPointerSize;
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 308 void EmitDeepCopy(Handle<JSObject> object,
macro-assembler-ia32.h 346 // Check if a map for a JSObject indicates that the object has fast elements.
352 // Check if a map for a JSObject indicates that the object can have both smi
358 // Check if a map for a JSObject indicates that the object has fast smi only
411 // Check if a heap object's type is in the JSObject range, not including
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 330 void EmitDeepCopy(Handle<JSObject> object,
code-stubs-mips.cc 119 __ sw(a1, FieldMemOperand(v0, JSObject::kPropertiesOffset));
120 __ sw(a1, FieldMemOperand(v0, JSObject::kElementsOffset));
398 int size = JSObject::kHeaderSize + length_ * kPointerSize;
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 300 void EmitDeepCopy(Handle<JSObject> object,
  /external/v8/test/mjsunit/
large-object-allocation.js 285 // Meaning that the instance will be smaller than a minimal JSObject and we
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.cpp 267 // If by then, a JSObject wrapper is referring to the SQLTransaction, then the reference
274 // When the GC collects the corresponding JSObject, the above chain will be cleaned up
277 // If there is no JSObject wrapper referring to the SQLTransaction when the cleanup
    [all...]

Completed in 566 milliseconds

1 2 3 4 5 6 78 91011>>