/aosp_15_r20/external/vixl/src/ |
H A D | code-generation-scopes-vixl.h | 96 limit_ = assembler_->GetSizeOfCodeGenerated() + size; 118 VIXL_ASSERT(assembler_->GetSizeOfCodeGenerated() == limit_); in Close() 121 VIXL_ASSERT(assembler_->GetSizeOfCodeGenerated() <= limit_); in Close()
|
H A D | assembler-base-vixl.h | 61 size_t GetSizeOfCodeGenerated() const { return GetCursorOffset(); } in GetSizeOfCodeGenerated() function
|
/aosp_15_r20/external/vixl/examples/aarch32/ |
H A D | getting-started.cc | 60 uint32_t code_size = masm.GetSizeOfCodeGenerated(); in main()
|
H A D | abs.cc | 59 uint32_t code_size = masm.GetSizeOfCodeGenerated(); in main()
|
H A D | pi.cc | 98 uint32_t code_size = masm.GetSizeOfCodeGenerated(); in main()
|
H A D | mandelbrot.cc | 211 uint32_t code_size = masm.GetSizeOfCodeGenerated(); in main()
|
/aosp_15_r20/external/vixl/examples/aarch64/ |
H A D | getting-started.cc | 66 size_t code_size = masm.GetSizeOfCodeGenerated(); in main()
|
H A D | literal.cc | 65 size_t code_size = masm.GetSizeOfCodeGenerated(); in LiteralExample()
|
H A D | simulated-runtime-calls.cc | 103 disassembler.DisassembleBuffer(start, masm.GetSizeOfCodeGenerated()); in main()
|
/aosp_15_r20/art/compiler/utils/arm64/ |
H A D | assembler_arm64.cc | 75 return vixl_masm_.GetSizeOfCodeGenerated(); in CodeSize()
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.h | 252 masm.GetSizeOfCodeGenerated()); \
|
/aosp_15_r20/external/vixl/test/aarch32/ |
H A D | test-simulator-rd-rn-rm-t32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-rd-rn-rm-a32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-cond-rd-rn-operand-imm12-t32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-cond-rd-operand-const-a32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-cond-rd-operand-imm16-t32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-cond-rd-operand-const-t32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-cond-rd-operand-rn-a32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-cond-rd-operand-rn-t32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-cond-rd-rn-rm-sel-a32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
H A D | test-simulator-cond-rd-rn-rm-sel-t32.cc | 104 masm.GetSizeOfCodeGenerated(), \
|
/aosp_15_r20/art/compiler/utils/arm/ |
H A D | assembler_arm_vixl.cc | 48 return vixl_masm_.GetSizeOfCodeGenerated(); in CodeSize()
|
/aosp_15_r20/external/vixl/test/aarch32/config/ |
H A D | template-simulator-aarch32.cc.in | 101 masm.GetSizeOfCodeGenerated(), \
|