HomeSort by relevance Sort by last modified time
    Searched full:cast (Results 26 - 50 of 1148) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/test/cctest/
test-assembler-arm.cc 78 Code::cast(code)->Print();
80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
115 Code::cast(code)->Print();
117 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
161 Code::cast(code)->Print();
163 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
209 Code::cast(code)->Print();
211 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
269 Code::cast(code)->Print();
271 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry())
    [all...]
  /external/v8/src/
heap.cc 699 *map = Map::cast(*(--front_));
723 ASSERT(!Heap::InNewSpace(HeapObject::cast(*current)));
847 MapWord first_word = HeapObject::cast(*p)->map_word();
851 FinalizeExternalString(String::cast(*p));
856 String* target = String::cast(first_word.ToForwardingAddress());
982 FixedArray* array = FixedArray::cast(obj);
    [all...]
ic.cc 113 JavaScriptFrame* frame = JavaScriptFrame::cast(it.frame());
116 JSFunction* function = JSFunction::cast(frame->function());
184 Code* code = Code::cast(Heap::FindCodeObject(addr));
462 if (object->IsJSObject() && JSObject::cast(*object)->HasFastElements()) {
463 Object* opt = Top::LookupSpecialFunction(JSObject::cast(*object),
465 JSFunction::cast(result));
475 Handle<JSFunction> function(JSFunction::cast(result));
530 Handle<JSObject> receiver = Handle<JSObject>::cast(object);
533 GlobalObject* global = GlobalObject::cast(lookup->holder());
535 JSGlobalPropertyCell::cast(global->GetPropertyCell(lookup))
    [all...]
messages.cc 52 data_str = Handle<String>::cast(data)->ToCString(DISALLOW_NULLS);
74 SetElement(Handle<JSArray>::cast(array), i, args[i]);
91 : Handle<Object>::cast(stack_trace);
135 v8::NeanderObject listener(JSObject::cast(global_listeners.get(i)));
136 Handle<Proxy> callback_obj(Proxy::cast(listener.get(0)));
150 JSFunction::cast(Top::builtins()->GetProperty(*fmt_str)));
160 Handle<String> result_string = Handle<String>::cast(result);
contexts.cc 40 return JSGlobalObject::cast(object)->builtins();
43 return JSBuiltinsObject::cast(object);
61 JSFunction* closure = JSFunction::cast(current->closure());
62 current = Context::cast(closure->context());
161 Handle<JSObject> arguments(JSObject::cast(context->get(index)));
191 context = Handle<Context>(Context::cast(context->closure()->context()));
232 context = Context::cast(context->closure()->context());
runtime.cc 56 // Cast the given object to a value of the specified type and store
61 Type* name = Type::cast(obj);
67 // Cast the given object to a boolean and store it in a variable with
74 // Cast the given object to a Smi and store its value in an int variable
79 int name = Smi::cast(obj)->value();
81 // Cast the given object to a double and store it in a variable with
105 JSObject* copy = JSObject::cast(result);
113 JSObject* js_object = JSObject::cast(value);
123 JSObject* js_object = JSObject::cast(value);
132 FixedArray* names = FixedArray::cast(result)
    [all...]
  /prebuilt/linux-x86/bcc/
slang 
  /dalvik/dx/tests/070-dex-multianewarray/
expected.txt 10 000c: check-cast v1, java.lang.Object[][]
24 000c: check-cast v1, java.lang.Object[][][]
39 000d: check-cast v1, java.lang.Object[][][]
54 000d: check-cast v1, java.lang.Object[][][]
70 000e: check-cast v1, java.lang.Object[][][][]
87 0010: check-cast v1, java.lang.Object[][][][][]
104 0010: check-cast v1, java.lang.Object[][][][][][]
121 0010: check-cast v1, java.lang.Object[][][][][][][]
135 000c: check-cast v0, boolean[][]
146 000c: check-cast v0, byte[][
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstByte.java 49 byte cast = (byte) value;
51 if (cast != value) {
56 return make(cast);
CstChar.java 49 char cast = (char) value; local
51 if (cast != value) {
56 return make(cast);
CstShort.java 50 short cast = (short) value; local
52 if (cast != value) {
57 return make(cast);
  /external/chromium/third_party/icu/public/common/unicode/
unifunct.h 52 * Cast 'this' to a UnicodeMatcher* pointer and return the
56 * cannot be cast to a pointer to a UnicodeMatcher, since
64 * Cast 'this' to a UnicodeReplacer* pointer and return the
68 * cannot be cast to a pointer to a UnicodeReplacer, since
  /external/emma/
ANDROID-CHANGES.txt 7 4) Add java.security.cert.Certificate cast to core/java12/com/vladium/emma/rt/InstrClassLoader.java to fix compiler error
  /external/icu4c/common/unicode/
unifunct.h 52 * Cast 'this' to a UnicodeMatcher* pointer and return the
56 * cannot be cast to a pointer to a UnicodeMatcher, since
64 * Cast 'this' to a UnicodeReplacer* pointer and return the
68 * cannot be cast to a pointer to a UnicodeReplacer, since
  /external/iptables/libiptc/
linux_stddef.h 16 * container_of - cast a member of a structure out to the containing structure
  /external/stlport/test/unit/
bsearch_test.cpp 43 // for "ff" so must cast
  /external/webkit/JavaScriptCore/wrec/
Escapes.h 70 static const PatternCharacterEscape& cast(const Escape& escape) function in class:JSC::WREC::PatternCharacterEscape
89 static const CharacterClassEscape& cast(const Escape& escape) function in class:JSC::WREC::CharacterClassEscape
110 static const BackreferenceEscape& cast(const Escape& escape) function in class:JSC::WREC::BackreferenceEscape
129 static const WordBoundaryAssertionEscape& cast(const Escape& escape) function in class:JSC::WREC::WordBoundaryAssertionEscape
  /frameworks/base/core/java/android/os/
IInterface.java 27 * You must use this instead of a plain cast, so that proxy objects
  /ndk/sources/android/stlport/test/unit/
bsearch_test.cpp 43 // for "ff" so must cast
  /external/apache-http/src/org/apache/commons/codec/
Decoder.java 37 * interface will try to cast the Object parameter
49 * method is null, a param cannot be cast to the
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XRTreeFrag.java 147 * Cast result object to a number.
161 * Cast result object to a boolean. This always returns true for a RTreeFrag
174 * Cast result object to an XMLString.
187 * Cast result object to a string.
199 * Cast result object to a string.
211 * Cast result object to a result tree fragment.
221 * Cast result object to a DTMIterator.
233 * Cast result object to a nodelist. (special function).
  /system/core/libacc/tests/data/
float.c 41 printf("cast rval: %g %g\n", * (float*) & f1, * (double*) & d1);
45 printf("cast lval: %g %g %g %g\n", f0, f1, d0, d1);
  /dalvik/vm/mterp/x86-atom/
OP_CHECK_CAST.S 19 * Code: Checks to see if a cast is allowed. Uses no substitutions.
21 * For: check-cast
24 * cast to the indicated type. The type must be a reference
37 je .L${opcode}_okay # can always cast null object
71 * A cast has failed. We need to throw a ClassCastException with the
72 * class of the object that failed to be cast.
  /frameworks/base/tools/aidl/
AST.cpp 247 cast(NULL)
254 cast(c)
267 if (this->cast != NULL) {
268 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
430 Cast::Cast()
436 Cast::Cast(Type* t, Expression* e)
442 Cast::~Cast()
    [all...]
  /external/webkit/WebKit/chromium/src/
WebDevToolsFrontendImpl.cpp 195 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(dispatchFunction);
211 v8::Handle<v8::Object> webInspectorObj = v8::Handle<v8::Object>::Cast(webInspector);
215 v8::Handle<v8::Function> methodFunc = v8::Handle<v8::Function>::Cast(method);
240 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
285 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
292 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
299 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
306 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
323 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
341 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value())
    [all...]

Completed in 1865 milliseconds

12 3 4 5 6 7 8 91011>>