HomeSort by relevance Sort by last modified time
    Searched refs:BindTo (Results 1 - 16 of 16) sorted by null

  /art/compiler/utils/
label.h 107 void BindTo(int position) {
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandle.java 39 * {@linkplain #bindTo insertion},
    [all...]
Transformers.java 442 * Implements MethodHandle.bindTo.
446 public static class BindTo extends Transformer {
452 public BindTo(MethodHandle delegate, Object receiver) {
    [all...]
  /external/v8/src/ast/
ast.cc 171 BindTo(var);
193 void VariableProxy::BindTo(Variable* var) {
    [all...]
scopes.cc     [all...]
ast.h     [all...]
  /art/compiler/utils/x86/
assembler_x86.h 254 using Label::BindTo;
assembler_x86.cc     [all...]
  /art/compiler/utils/arm/
assembler_arm.h 667 label->BindTo(static_cast<int>(new_position));
    [all...]
assembler_thumb2.cc 102 label->BindTo(bound_pc);
194 label->BindTo(old_position + literals_adjustment);
201 label->BindTo(old_position + literals_adjustment);
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 327 using Label::BindTo;
assembler_x86_64.cc     [all...]
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
  /frameworks/base/
preloaded-classes     [all...]
compiled-classes-phone     [all...]

Completed in 1083 milliseconds