Searched refs:BytecodeBinder (Results 1 – 5 of 5) sorted by relevance
/external/turbine/java/com/google/turbine/binder/bytecode/ |
D | BytecodeBoundClass.java | 272 return BytecodeBinder.bindClassTy( 298 result.add(BytecodeBinder.bindClassTy(classTySig, scope)); 330 bounds.add(BytecodeBinder.bindTy(sig.classBound(), scope)); in bindTyParam() 333 bounds.add(BytecodeBinder.bindTy(t, scope)); in bindTyParam() 352 BytecodeBinder.bindTy( 358 value = BytecodeBinder.bindConstValue(type, value); 411 ret = BytecodeBinder.bindTy(sig.returnType(), scope); in bindMethod() 426 ? BytecodeBinder.bindAnnotations(m.parameterAnnotations().get(idx)) in bindMethod() 428 formals.add(new ParamInfo(BytecodeBinder.bindTy(tySig, scope), name, annotations, access)); in bindMethod() 434 exceptions.add(BytecodeBinder.bindTy(e, scope)); in bindMethod() [all …]
|
D | BytecodeBinder.java | 52 public class BytecodeBinder { class
|
/external/turbine/java/com/google/turbine/binder/ |
D | CtSymClassBinder.java | 25 import com.google.turbine.binder.bytecode.BytecodeBinder; 78 ModuleInfo moduleInfo = BytecodeBinder.bindModuleInfo(name, toByteArrayOrDie(ze)); in bind()
|
D | ClassPathBinder.java | 24 import com.google.turbine.binder.bytecode.BytecodeBinder; 124 BytecodeBinder.bindModuleInfo(path.toString(), toByteArrayOrDie(ze));
|
D | JimageClassBinder.java | 31 import com.google.turbine.binder.bytecode.BytecodeBinder; 119 result = BytecodeBinder.bindModuleInfo(path.toString(), toByteArrayOrDie(path)); in module()
|