HomeSort by relevance Sort by last modified time
    Searched defs:object (Results 226 - 250 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
runtime.cc 64 // Cast the given object to a value of the specified type and store
65 // it in a variable with the given name. If the object is not of the
75 // Cast the given object to a boolean and store it in a variable with
76 // the given name. If the object is not a boolean call IllegalOperation
82 // Cast the given object to a Smi and store its value in an int variable
83 // with the given name. If the object is not a Smi call IllegalOperation
89 // Cast the given object to a double and store it in a variable with
90 // the given name. If the object is not a number (as opposed to
96 // Call the specified converter on the object *comand store the result in
98 // object is not a Number call IllegalOperation and return
411 Handle<Object> object = isolate->factory()->NewJSObject(constructor); local
486 Handle<Object> object = local
598 Object* object; local
    [all...]
spaces.cc 242 // Don't leave a small free block, useless for a large object or chunk.
1150 HeapObject* object = HeapObject::FromAddress(current); local
1361 HeapObject* object = HeapObject::FromAddress(current); local
2993 HeapObject* object = current->GetObject(); local
3059 HeapObject* object = chunk->GetObject(); local
    [all...]
heap.h 58 V(Object, undefined_value, UndefinedValue) \
59 V(Object, the_hole_value, TheHoleValue) \
60 V(Object, null_value, NullValue) \
61 V(Object, true_value, TrueValue) \
62 V(Object, false_value, FalseValue) \
63 V(Object, arguments_marker, ArgumentsMarker) \
68 V(Object, no_interceptor_result_sentinel, NoInterceptorResultSentinel) \
73 V(Object, instanceof_cache_function, InstanceofCacheFunction) \
74 V(Object, instanceof_cache_map, InstanceofCacheMap) \
75 V(Object, instanceof_cache_answer, InstanceofCacheAnswer)
1689 HeapObject* object = HeapObject::cast(*current); local
1707 HeapObject* object = HeapObject::cast(*current); local
    [all...]
hydrogen-instructions.h 381 static HType TypeFromValue(Handle<Object> value);
3038 HValue* object() { return OperandAt(0); } function in class:v8::HLoadNamedField
3067 HValue* object() { return OperandAt(0); } function in class:v8::HLoadNamedFieldPolymorphic
3101 HValue* object() { return OperandAt(1); } function in class:v8::HLoadNamedGeneric
3145 HValue* object() { return OperandAt(0); } function in class:v8::HLoadKeyedFastElement
3221 HValue* object() { return OperandAt(0); } function in class:v8::HLoadKeyedGeneric
3260 HValue* object() { return OperandAt(0); } function in class:v8::HStoreNamedField
3296 HValue* object() { return OperandAt(0); } function in class:v8::HStoreNamedGeneric
3331 HValue* object() { return OperandAt(0); } function in class:v8::HStoreKeyedFastElement
3400 HValue* object() { return OperandAt(0); } function in class:v8::HStoreKeyedGeneric
3678 HValue* object() { return left(); } function in class:v8::HDeleteProperty
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 84 // Name must be a symbol and receiver must be a heap object.
241 // Load the global or builtins object from the current context.
244 // Load the global context from the global or builtins object.
282 // Check that the object is a JS array.
292 // Generate code to check if an object is a string. If the object is
299 // Check that the object isn't a smi.
302 // Check that the object is a string.
319 // Check if the object is a string leaving the instance type in the
329 // Check if the object is a JSValue wrapper
2329 object, local
2509 object, local
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 827 // If baseCell != base, then baseCell must be a proxy for another object.
2691 JSObject* object = asObject(base); local
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 367 @property(copy) NSString *object; variable
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 406 // Composite object we're processing in this state.
481 class AbstractObjectState : public State<v8::Object> {
483 AbstractObjectState(v8::Handle<v8::Object> object, StateBase* next)
484 : State<v8::Object>(object, next)
552 ObjectState(v8::Handle<v8::Object> object, StateBase* next)
553 : AbstractObjectState(object, next)
629 Blob* blob = V8Blob::toNative(value.As<v8::Object>());
1078 v8::Local<v8::Object> object = v8::Object::New(); local
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 104 Object,
114 "RegExp", "Array", "RTObject", "Object", "Null", "RTArray"};
166 JSObject *object = val.toObject(exec); local
167 if (object->inherits(&RuntimeArray::s_info)) // RuntimeArray 'inherits' from Array, but not in C++
169 else if (object->inherits(&JSArray::s_info))
171 else if (object->inherits(&DateInstance::s_info))
173 else if (object->inherits(&RegExpObject::s_info))
175 else if (object->inherits(&RuntimeObject::s_info))
177 return Object;
190 JSObject* object = 0
682 JSObject* object = value.toObject(exec); local
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 280 RenderObject* object = child; local
281 while (object && (!object->isRenderBlock() || object->isInline())) {
282 if (object == ancestor)
284 object = object->parent();
377 continue; // The positioned object has no effect on the width.
    [all...]
RenderBlock.h 171 // The page logical offset is the object's offset from the top of the page in the page progression
369 : object(f)
375 RenderBox* object; member in struct:WebCore::RenderBlock::FloatWithRect
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 1532 QObject* object = 0; local
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 91 private Map<String, Object> mJavaScriptObjects;
92 private Set<Object> mRemovedJavaScriptObjects;
199 * @param settings A WebSettings object that holds all settings.
203 WebSettings settings, Map<String, Object> javascriptInterfaces) {
237 mJavaScriptObjects = new HashMap<String, Object>();
239 mRemovedJavaScriptObjects = new HashSet<Object>();
555 * Retrieves the render tree of this frame and puts it as the object for
570 * Retrieves the visual text of the frames, puts it as the object for
600 * the Javascript window object has been cleared.
607 Object object = mJavaScriptObjects.get(interfaceName) local
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 67 // Object state.
115 // Object state.
248 JavaBBinder(JNIEnv* env, jobject object)
249 : mVM(jnienv_to_javavm(env)), mObject(env->NewGlobalRef(object))
261 jobject object() const function in class:JavaBBinder
280 LOGV("onTransact() on %p calling object %p in env %p vm %p\n", this, mObject, env, mVM);
351 LOGV("Creating JavaBinder %p (refs %p) for Object %p, weakCount=%d\n",
395 JavaDeathRecipient(JNIEnv* env, jobject object, const sp<DeathRecipientList>& list)
396 : mVM(jnienv_to_javavm(env)), mObject(env->NewGlobalRef(object)),
400 // The list holds a strong reference to this object
567 jobject object = static_cast<JavaBBinder*>(val.get())->object(); local
577 jobject object = (jobject)val->findObject(&gBinderProxyOffsets); local
1580 jobject object = jniCreateFileDescriptor(env, fd); local
1604 jobject object = jniCreateFileDescriptor(env, fd); local
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 208 jobject object,
315 jobject object,
329 pSettings->ClipProperties.uiClipDuration = pEnv->GetIntField(object,fid);
334 (M4VIDEOEDITING_VideoFormat)pEnv->GetIntField(object,fid);
338 pSettings->ClipProperties.uiClipVideoDuration = pEnv->GetIntField(object,fid);
343 pSettings->ClipProperties.uiVideoWidth = pEnv->GetIntField(object,fid);
347 pSettings->ClipProperties.uiVideoHeight = pEnv->GetIntField(object,fid);
352 (M4VIDEOEDITING_AudioFormat)pEnv->GetIntField(object,fid);
356 pSettings->ClipProperties.uiClipAudioDuration = pEnv->GetIntField(object,fid);
361 pSettings->ClipProperties.uiAudioBitrate = pEnv->GetIntField(object,fid)
2183 jobject object = M4OSA_NULL; local
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 68 Object object; field in class:ViewPager.ItemInfo
272 mAdapter.destroyItem(this, ii.position, ii.object);
548 ii.object = mAdapter.instantiateItem(this, position);
564 final int newPos = mAdapter.getItemPosition(ii.object);
573 mAdapter.destroyItem(this, ii.position, ii.object);
645 mAdapter.destroyItem(this, ii.position, ii.object);
690 mAdapter.setPrimaryItem(this, mCurItem, curItem != null ? curItem.object : null);
809 if (mAdapter.isViewFromObject(child, ii.object)) {
915 if (DEBUG) Log.v(TAG, "Positioning #" + i + " " + child + " f=" + ii.object
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 399 public boolean add(SlideModel object) {
400 int increaseSize = object.getSlideSize();
403 if ((object != null) && mSlides.add(object)) {
405 object.registerModelChangedObserver(this);
407 object.registerModelChangedObserver(observer);
433 public boolean contains(Object object) {
434 return mSlides.contains(object);
449 public boolean remove(Object object)
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/openssl/crypto/x509/
x509.h 175 ASN1_OBJECT *object; member in struct:X509_name_entry_st
205 ASN1_OBJECT *object; member in struct:X509_extension_st
218 ASN1_OBJECT *object; member in struct:x509_attributes_st
394 #define XN_FLAG_FN_SN 0 /* Object short name */
395 #define XN_FLAG_FN_LN (1 << 21) /* Object long name */
    [all...]
  /external/openssl/include/openssl/
x509.h 175 ASN1_OBJECT *object; member in struct:X509_name_entry_st
205 ASN1_OBJECT *object; member in struct:X509_extension_st
218 ASN1_OBJECT *object; member in struct:x509_attributes_st
394 #define XN_FLAG_FN_SN 0 /* Object short name */
395 #define XN_FLAG_FN_LN (1 << 21) /* Object long name */
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 99 // as the map of the allocated object.
106 // write barrier because the allocated object is in new space.
120 // found in the shared function info object.
152 // Setup the object header.
165 // Copy the global object from the surrounding context.
197 // Load boilerplate object into r3 and check if we need to create a
247 // elements pointer in the resulting object.
391 // either r0 or r1 is not a number (not smi and not heap number object) the
400 // Convert the smi or heap number in object to an int32 using the rules
404 Register object,
3585 const Register object = r0; \/\/ Object (lhs). local
    [all...]
full-codegen-arm.cc 115 // o r1: the JS function object being called (ie, ourselves)
194 // Function uses arguments object.
195 Comment cmnt(masm_, "[ Allocate arguments object");
405 void FullCodeGenerator::EffectContext::Plug(Handle<Object> lit) const {
410 Handle<Object> lit) const {
415 void FullCodeGenerator::StackValueContext::Plug(Handle<Object> lit) const {
422 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const {
899 // Get the object to enumerate over. Both SpiderMonkey and JSC
911 // Convert the object to a JS object
3005 Register object = r1; local
3052 Register object = r1; local
3198 Register object = r0; local
    [all...]
lithium-arm.cc 352 object()->PrintTo(stream);
361 object()->PrintTo(stream);
370 object()->PrintTo(stream);
379 object()->PrintTo(stream);
514 Handle<Object> LChunk::LookupLiteral(LConstantOperand* operand) const {
1573 LOperand* object = UseRegister(instr->value()); local
1804 LOperand* object = UseFixed(instr->object(), r0); local
1861 LOperand* object = UseFixed(instr->object(), r1); local
1991 LOperand* object = UseFixed(instr->object(), r0); local
2046 LOperand* object = UseFixed(instr->value(), r0); local
    [all...]
lithium-arm.h 691 DECLARE_CONCRETE_INSTRUCTION(IsObject, "is-object")
702 DECLARE_CONCRETE_INSTRUCTION(IsObjectAndBranch, "is-object-and-branch")
969 Handle<Object> value() const { return hydrogen()->handle(); }
1145 explicit LLoadNamedField(LOperand* object) {
1146 inputs_[0] = object;
1156 explicit LLoadNamedFieldPolymorphic(LOperand* object) {
1157 inputs_[0] = object;
1163 LOperand* object() { return inputs_[0]; } function in class:v8::internal::LLoadNamedFieldPolymorphic
1176 LOperand* object() { return inputs_[0]; } function in class:v8::internal::LLoadNamedGeneric
1259 LOperand* object() { return inputs_[0]; } function in class:v8::internal::LLoadKeyedGeneric
1618 LOperand* object() { return inputs_[0]; } function in class:v8::internal::LStoreNamedField
1641 LOperand* object() { return inputs_[0]; } function in class:v8::internal::LStoreNamedGeneric
1662 LOperand* object() { return inputs_[0]; } function in class:v8::internal::LStoreKeyedFastElement
1681 LOperand* object() { return inputs_[0]; } function in class:v8::internal::LStoreKeyedGeneric
1927 LOperand* object() { return inputs_[0]; } function in class:v8::internal::LDeleteProperty
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 79 // as the map of the allocated object.
86 // write barrier because the allocated object is in new space.
100 // found in the shared function info object.
130 // Setup the object header.
143 // Copy the global object from the surrounding context. We go through the
177 // Load boilerplate object into ecx and check if we need to create a
223 // elements pointer in the resulting object.
253 // Get the map and type of the heap object.
262 // JavaScript object => true.
303 // be either a smi or a heap number object (fp value). Requirements
4152 Register object = eax; \/\/ Object (lhs). local
    [all...]

Completed in 1957 milliseconds

1 2 3 4 5 6 7 8 91011>>