OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clinit
(Results
26 - 50
of
160
) sorted by null
1
2
3
4
5
6
7
/external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java
197
// note that post-4019 builds can modify this field outside of <
clinit
> (although
240
// add a Methodref for pre-<
clinit
> method:
258
// visits when it is known whether a <
clinit
> was added]:
261
// compensation not necessary if the original clsdef already defined <
clinit
>:
333
final int valueIndex = constants.add (new CONSTANT_Long_info (cls.computeSUID (true))); // ignore the added <
clinit
>
366
// - create [potentially unused] slot for added <
clinit
>
424
else // this is a regular, non-<
clinit
> method that has bytecode:
434
// if <
clinit
> found: note the ID but delay processing until the very end
436
if (trace2) m_log.trace2 ("visit", "<
clinit
> method delayed");
464
// add <
clinit
> (and instrument if needed) [a <clinit> is always neede
468
final Method_info
clinit
;
local
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstNat.java
162
* {@code getName().getString().equals("<
clinit
>")}.
168
return name.getString().equals("<
clinit
>");
/dalvik/dx/src/com/android/dx/rop/cst/
CstNat.java
162
* {@code getName().getString().equals("<
clinit
>")}.
168
return name.getString().equals("<
clinit
>");
/dalvik/tests/084-class-init/src/
Main.java
86
/* allow SlowInit's <
clinit
> to start */
105
/* allow SlowInit's <
clinit
> to start */
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstNat.java
162
* {@code getName().getString().equals("<
clinit
>")}.
168
return name.getString().equals("<
clinit
>");
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/
T_sget_1.d
23
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_1.d
23
.method static <
clinit
>()V
T_sget_boolean_9.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/
T_sget_byte_1.d
23
.method static <
clinit
>()V
T_sget_byte_9.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/
T_sget_char_1.d
23
.method static <
clinit
>()V
T_sget_char_9.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/
T_sget_object_1.d
23
.method static <
clinit
>()V
T_sget_object_9.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
T_sget_short_1.d
23
.method static <
clinit
>()V
T_sget_short_9.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_1.d
23
.method static <
clinit
>()V
T_sget_wide_9.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/
T_sput_13.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/
T_sput_boolean_13.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/
T_sput_byte_13.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/
T_sput_char_13.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/
T_sput_object_13.d
22
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/
T_sput_short_13.d
21
.method static <
clinit
>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/
T_sput_wide_13.d
21
.method static <
clinit
>()V
Completed in 247 milliseconds
1
2
3
4
5
6
7