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

  /art/compiler/
compiled_method.cc 25 CompiledCode::CompiledCode(CompilerDriver* compiler_driver,
33 CompiledCode::~CompiledCode() {
37 bool CompiledCode::operator==(const CompiledCode& rhs) const {
50 size_t CompiledCode::AlignCode(size_t offset) const {
54 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) {
58 size_t CompiledCode::CodeDelta() const {
62 size_t CompiledCode::CodeDelta(InstructionSet instruction_set)
    [all...]
compiled_method-inl.h 28 inline ArrayRef<const uint8_t> CompiledCode::GetQuickCode() const {
33 inline ArrayRef<const T> CompiledCode::GetArray(const LengthPrefixedArray<T>* array) {
compiled_method.h 39 class CompiledCode {
42 CompiledCode(CompilerDriver* compiler_driver,
46 virtual ~CompiledCode();
54 bool operator==(const CompiledCode& rhs) const;
107 class CompiledMethod FINAL : public CompiledCode {
175 static_assert(kNumberOfCompiledMethodPackedBits <= CompiledCode::kMaxNumberOfPackedBits,
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 177 uint32_t thunk_offset = CompiledCode::AlignCode(offset, instruction_set_);
311 uint32_t thunk_offset = CompiledCode::AlignCode(offset, instruction_set_);
484 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_);
relative_patcher_thumb2_test.cc 176 CompiledCode::AlignCode(method3_offset - sizeof(OatQuickMethodHeader),
424 uint32_t thunk_offset = CompiledCode::AlignCode(method3_offset + method3_code.size(),
531 uint32_t thunk_offset = CompiledCode::AlignCode(method3_offset + method3_code.size(),
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 157 CompiledCode::AlignCode(gap_end, InstructionSet::kArm64) + MethodCallThunkSize();
352 CompiledCode::AlignCode(method1_offset + method1_size, InstructionSet::kArm64);
607 CompiledCode::AlignCode(last_method_offset + last_method_code.size(), InstructionSet::kArm64);
    [all...]
  /art/dex2oat/linker/
oat_writer.cc     [all...]
  /art/oatdump/
oatdump.cc 189 code_offset -= CompiledCode::CodeDelta(oat_header.GetInstructionSet()); \
    [all...]

Completed in 402 milliseconds