OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clinit
(Results
26 - 50
of
66
) sorted by null
1
2
3
/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_21.d
21
.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
/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
...]
/external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java
63
clinit
();
method
66
private native static void
clinit
();
method in class:NativeCrypto
[
all
...]
/external/jarjar/lib/
asm-commons-4.0.jar
/external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar
/prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar
/prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar
/external/javassist/src/main/javassist/
CtClassType.java
1282
CtConstructor
clinit
= getClassInitializer();
local
[
all
...]
/art/runtime/
class_linker_test.cc
846
mirror::ArtMethod*
clinit
= statics->FindDirectMethod("<
clinit
>", "()V");
local
993
mirror::ArtMethod*
clinit
= klass->FindClassInitializer();
local
[
all
...]
/art/runtime/mirror/
object_test.cc
325
// pretend we are trying to access 'Static.s0' from StaticsFromCode.<
clinit
>
334
ArtMethod*
clinit
= klass->FindClassInitializer();
local
355
ArtField* field = FindFieldFromCode<StaticObjectRead, true>(field_idx,
clinit
, Thread::Current(),
Completed in 2021 milliseconds
1
2
3