Searched refs:CompiledCode (Results 1 - 6 of 6) sorted by relevance

/art/compiler/
H A Dcompiled_method.cc25 CompiledCode::CompiledCode(CompilerDriver* compiler_driver, InstructionSet instruction_set, function in class:art::CompiledCode
32 CompiledCode::~CompiledCode() {
36 bool CompiledCode::operator==(const CompiledCode& rhs) const {
49 size_t CompiledCode::AlignCode(size_t offset) const {
53 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) {
57 size_t CompiledCode::CodeDelta() const {
61 size_t CompiledCode
[all...]
H A Dcompiled_method.h36 class CompiledCode { class in namespace:art
39 CompiledCode(CompilerDriver* compiler_driver, InstructionSet instruction_set,
42 virtual ~CompiledCode();
52 bool operator==(const CompiledCode& rhs) const;
368 class CompiledMethod FINAL : public CompiledCode {
H A Doat_writer.cc1438 offset = CompiledCode::AlignCode(offset, instruction_set); \
1439 adjusted_offset = offset + CompiledCode::CodeDelta(instruction_set); \
1715 uint32_t aligned_offset = CompiledCode::AlignCode(relative_offset, instruction_set); \
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc52 CompiledCode::AlignCode(kTrampolineSize, kThumb2) + sizeof(OatQuickMethodHeader);
61 CompiledCode::AlignCode(method1_offset + method1_code.size(), kThumb2) +
81 uint32_t aligned_thunk_size = CompiledCode::AlignCode(ThunkSize(), kThumb2);
283 uint32_t thunk_offset = CompiledCode::AlignCode(method3_offset + method3_code.size(), kThumb2);
357 uint32_t thunk_offset = method3_header_offset - CompiledCode::AlignCode(ThunkSize(), kThumb2);
386 uint32_t thunk_offset = CompiledCode::AlignCode(method3_offset + method3_code.size(), kThumb2);
H A Drelative_patcher_arm_base.cc172 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_);
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc71 CompiledCode::AlignCode(kTrampolineSize, kArm64) + sizeof(OatQuickMethodHeader);
74 CompiledCode::AlignCode(method1_offset + method1_code.size(), kArm64);
112 uint32_t aligned_thunk_size = CompiledCode::AlignCode(ThunkSize(), kArm64);
307 uint32_t thunk_offset = CompiledCode::AlignCode(method1_offset + method1_size, kArm64);
344 CompiledCode::AlignCode(kTrampolineSize, kArm64) + sizeof(OatQuickMethodHeader);
394 CompiledCode::AlignCode(kTrampolineSize, kArm64) + sizeof(OatQuickMethodHeader);
534 CompiledCode::AlignCode(last_method_offset + last_method_code.size(), kArm64);
619 uint32_t thunk_offset = last_method_header_offset - CompiledCode::AlignCode(ThunkSize(), kArm64);
650 CompiledCode::AlignCode(last_method_offset + last_method_code.size(), kArm64);

Completed in 80 milliseconds