Home
last modified time | relevance | path

Searched refs:B (Results 126 – 135 of 135) sorted by relevance

123456

/art/test/083-compiler-regressions/src/
DMain.java9859 final double B[] = new double[2]; in test() local
9861 B[0] = B[1] = 0.0; in test()
9869 B[1] = -B[1]; in test()
9871 show_results(A, B, i); in test()
/art/compiler/utils/x86/
Dassembler_x86.h910 uint8_t EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M);
Dassembler_x86.cc3931 bool B, in EmitVexPrefixByteOne() argument
3948 if (!B) { in EmitVexPrefixByteOne()
/art/runtime/
Dmethod_handles.cc43 V(Primitive::kPrimByte, Byte, Byte, B) \
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc945 ___ B(ArmVIXLJNIMacroLabel::Cast(label)->AsArm()); in Jump() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h1024 uint8_t EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M);
Dassembler_x86_64.cc5458 uint8_t X86_64Assembler::EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M) { in EmitVexPrefixByteOne() argument
5474 if (!B) { in EmitVexPrefixByteOne()
/art/compiler/optimizing/
Dcode_generator_vector_arm64_sve.cc1423 __ B(&done); in VisitVecLoad() local
Dcode_generator_vector_arm64_neon.cc1423 __ B(&done); in VisitVecLoad() local
/art/test/dexdump/
Dinvoke-custom.txt145 0x0000 - 0x0022 reg=3 b1 B
146 0x0000 - 0x0022 reg=4 b2 B
1014 …ke/MethodHandles$Lookup; Ljava/lang/String; Ljava/lang/invoke/MethodType; Z B C S } } constantArgu…
1364 0x0000 - 0x0005 reg=5 extraArg1 B
4327 …tations/Constant; stringValue={ "A" } Lannotations/Constant; stringValue={ "B" } Lannotations/Cons…
5712 link_argument[5] : B (String)

123456