OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use0
(Results
1 - 3
of
3
) sorted by null
/external/javassist/src/main/javassist/compiler/
Javac.java
348
* @paaram
use0
true if $0 is used.
349
* @param varNo the register number of $0 (
use0
is true)
351
* @param target the type of $0 (it can be null if
use0
is false).
358
boolean
use0
, int varNo, boolean isStatic)
362
use0
, varNo, target, stable);
JvstCodeGen.java
476
* $0 is available only if
use0
is true. It might not be equivalent
483
* @param
use0
true if $0 is used.
484
* @param paramBase the register number of $0 (
use0
is true)
486
* @param target the class of $0. If
use0
is false, target
494
String paramsName, boolean
use0
,
505
useParam0 =
use0
;
512
if (
use0
) {
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
868
// <Def0> <Def1> <
Use0
> <Use1> <ImpDef0> <ImpDef1> <ImpUse0> <ImpUse1>
[
all
...]
Completed in 594 milliseconds