Home
last modified time | relevance | path

Searched refs:BytecodeBinder (Results 1 – 5 of 5) sorted by relevance

/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBoundClass.java272 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 …]
DBytecodeBinder.java52 public class BytecodeBinder { class
/external/turbine/java/com/google/turbine/binder/
DCtSymClassBinder.java25 import com.google.turbine.binder.bytecode.BytecodeBinder;
78 ModuleInfo moduleInfo = BytecodeBinder.bindModuleInfo(name, toByteArrayOrDie(ze)); in bind()
DClassPathBinder.java24 import com.google.turbine.binder.bytecode.BytecodeBinder;
124 BytecodeBinder.bindModuleInfo(path.toString(), toByteArrayOrDie(ze));
DJimageClassBinder.java31 import com.google.turbine.binder.bytecode.BytecodeBinder;
119 result = BytecodeBinder.bindModuleInfo(path.toString(), toByteArrayOrDie(path)); in module()