Searched refs:getThis (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-267.js32 function getThis(){ return this; } function
33 var obj = taint(getThis);
/external/clang/test/Analysis/
H A Darray-struct-region.cpp10 const struct S *getThis() const { return this; } function in struct:S
27 clang_analyzer_eval(s.getThis() == &s); // expected-warning{{TRUE}}
39 clang_analyzer_eval((void *)getS().getThis() == (void *)&x); // expected-warning{{FALSE}}
76 clang_analyzer_eval(s.getThis() == &s); // expected-warning{{TRUE}}
86 return s.getThis() == &s;
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java418 Local<G> localThis = code.getThis(generatedType);
490 Local<G> superThis = superCode.getThis(generatedType);
564 Local<G> thisRef = constructorCode.getThis(generatedType);
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java206 directCode.getThis(generated); // 'this' is unused
241 Local<G> localThis = superHashCode.getThis(generated);
425 Local<G> thisRef = code.getThis(generated);
1669 Local<?> thisLocal = code.getThis(GENERATED);
1700 Local<?> thisLocal = code.getThis(GENERATED);
1798 Local<?> thisRef = code.getThis(GENERATED);
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGByteCodeParser.cpp313 NodeIndex getThis()
567 NodeIndex op1 = getThis();
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java50 * parameter; it's available as {@link #getThis getThis()}. Allocate a new local
152 * instance; use {@link #getThis getThis()} in an instance method to use {@code
250 * to call {@code getThis()} if this is a static method.
252 public <T> Local<T> getThis(TypeId<T> type) { method in class:Code
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 158 milliseconds