OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootstrapMethodHandle
(Results
1 - 3
of
3
) sorted by null
/dalvik/dx/src/com/android/dx/cf/code/
BootstrapMethodsList.java
68
* @param
bootstrapMethodHandle
{@code non-null;} the bootstrap method handle
71
public void set(int n, CstType declaringClass, CstMethodHandle
bootstrapMethodHandle
,
73
set(n, new Item(declaringClass,
bootstrapMethodHandle
, arguments));
109
private final CstMethodHandle
bootstrapMethodHandle
;
112
public Item(CstType declaringClass, CstMethodHandle
bootstrapMethodHandle
,
117
if (
bootstrapMethodHandle
== null) {
118
throw new NullPointerException("
bootstrapMethodHandle
== null");
123
this.
bootstrapMethodHandle
=
bootstrapMethodHandle
;
129
return
bootstrapMethodHandle
;
[
all
...]
/external/mockito/lib/
byte-buddy-1.8.15.jar
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 74 milliseconds