/dalvik/vm/mterp/armv6t2/ |
OP_IGET_WIDE.S | 12 FETCH(r1, 1) @ r1<- field ref CCCC
|
OP_IPUT.S | 15 FETCH(r1, 1) @ r1<- field ref CCCC
|
/dalvik/vm/mterp/mips/ |
OP_IGET.S | 15 FETCH(a1, 1) # a1 <- field ref CCCC
|
OP_INVOKE_DIRECT.S | 32 JAL(dvmResolveMethod) # v0 <- call(clazz, ref, flags)
|
OP_INVOKE_VIRTUAL.S | 27 JAL(dvmResolveMethod) # v0 <- call(clazz, ref, flags)
|
OP_IPUT.S | 15 FETCH(a1, 1) # a1 <- field ref CCCC
|
OP_NEW_ARRAY.S | 46 * a2 holds class ref CCCC 54 JAL(dvmResolveClass) # v0 <- call(clazz, ref)
|
OP_SGET.S | 13 FETCH(a1, 1) # a1 <- field ref BBBB 21 * a1: BBBB field ref
|
OP_SGET_WIDE.S | 11 FETCH(a1, 1) # a1 <- field ref BBBB 19 * a1: BBBB field ref
|
OP_SPUT.S | 13 FETCH(a1, 1) # a1 <- field ref BBBB 19 * a1: BBBB field ref
|
OP_SPUT_OBJECT.S | 13 FETCH(a1, 1) # a1 <- field ref BBBB 19 * a1: BBBB field ref
|
/dalvik/vm/mterp/x86/ |
OP_INVOKE_DIRECT.S | 49 call dvmResolveMethod # eax<- call(clazz, ref, flags)
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XRTreeFrag.java | 84 return new org.apache.xml.dtm.ref.DTMNodeIterator((DTMIterator)(new org.apache.xpath.NodeSetDTM(m_dtmRoot, m_DTMXRTreeFrag.getXPathContext().getDTMManager()))); 243 return new org.apache.xml.dtm.ref.DTMNodeList(asNodeIterator());
|
/external/chromium/googleurl/src/ |
url_canon.h | 488 // Ref: Prepends the # if needed. The output will be UTF-8 (this is the only 598 ref(NULL) { 611 ref(default_value) { 621 const CHAR* ref; member in struct:url_canon::URLComponentSource 714 // Ref 716 sources_.ref = s; 717 components_.ref = comp; 720 sources_.ref = Placeholder(); 721 components_.ref = url_parse::Component(); 723 bool IsRefOverridden() const { return sources_.ref != NULL; [all...] |
/external/clang/test/Analysis/ |
dynamic-cast.cpp | 217 A &ref = obj; local 220 B *ptr = dynamic_cast<B*>(&ref);
|
/external/clang/test/CodeGenCXX/ |
mangle.cpp | 406 template <class T> decltype(((T*) 0)->Path1::ab) get_ab_1(T &ref) { return ref.Path1::ab; } 409 template <class T> decltype(((T*) 0)->Path2::ab) get_ab_2(T &ref) { return ref.Path2::ab; } 412 template <class T> decltype(((T*) 0)->Path1::p) get_p_1(T &ref) { return ref.Path1::p; } 415 template <class T> decltype(((T*) 0)->Path2::p) get_p_2(T &ref) { return ref.Path2::p; }
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
RopToDop.java | 523 CstFieldRef ref = local 525 int basicType = ref.getBasicType(); 536 CstFieldRef ref = local 538 int basicType = ref.getBasicType(); 549 CstFieldRef ref = local 551 int basicType = ref.getBasicType(); 562 CstFieldRef ref = local 564 int basicType = ref.getBasicType();
|
/external/emma/ant/ant14/com/vladium/emma/instr/ |
instrTask.java | 92 public void setInstrpathRef (final Reference ref) 94 createInstrpath ().setRefid (ref);
|
/external/guava/guava/src/com/google/common/base/ |
FinalizableReferenceQueue.java | 21 import java.lang.ref.Reference; 22 import java.lang.ref.ReferenceQueue;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
MediaDataBox.java | 26 import java.lang.ref.Reference; 27 import java.lang.ref.SoftReference;
|
/external/skia/legacy/src/core/ |
SkComposeShader.cpp | 19 fShaderA = sA; sA->ref(); 20 fShaderB = sB; sB->ref();
|
SkPathEffect.cpp | 20 fPE0->ref(); 21 fPE1->ref();
|
/external/skia/src/core/ |
SkComposeShader.cpp | 21 fShaderA = sA; sA->ref(); 22 fShaderB = sB; sB->ref();
|
/external/skia/src/gpu/ |
GrTextStrike.cpp | 24 gpu->ref(); 133 fFontScalerKey->ref(); 135 fFontCache = cache; // no need to ref, it won't go away before we do 136 fAtlasMgr = atlasMgr; // no need to ref, it won't go away before we do
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
query.js | 8 // Always escape '#' since it would mark the ref.
|