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

  /art/compiler/linker/arm/
relative_patcher_arm_base.h 96 virtual std::vector<uint8_t> CompileThunk(const ThunkKey& key) = 0;
relative_patcher_thumb2.h 86 std::vector<uint8_t> CompileThunk(const ThunkKey& key) OVERRIDE;
relative_patcher_arm_base.cc 337 auto it = thunks_.Put(key, ThunkData(CompileThunk(key), max_next_offset));
348 auto it = thunks_.PutBefore(lb, key, ThunkData(CompileThunk(key), max_next_offset));
relative_patcher_thumb2_test.cc 192 return static_cast<Thumb2RelativePatcher*>(patcher_.get())->CompileThunk(key);
235 return down_cast<Thumb2RelativePatcher*>(patcher_.get())->CompileThunk(key);
242 return down_cast<Thumb2RelativePatcher*>(patcher_.get())->CompileThunk(key);
249 return down_cast<Thumb2RelativePatcher*>(patcher_.get())->CompileThunk(key);
    [all...]
relative_patcher_thumb2.cc 354 std::vector<uint8_t> Thumb2RelativePatcher::CompileThunk(const ThunkKey& key) {
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 78 std::vector<uint8_t> CompileThunk(const ThunkKey& key) OVERRIDE;
relative_patcher_arm64_test.cc 171 return down_cast<Arm64RelativePatcher*>(patcher_.get())->CompileThunk(key);
479 return down_cast<Arm64RelativePatcher*>(patcher_.get())->CompileThunk(key);
486 return down_cast<Arm64RelativePatcher*>(patcher_.get())->CompileThunk(key);
493 return down_cast<Arm64RelativePatcher*>(patcher_.get())->CompileThunk(key);
    [all...]
relative_patcher_arm64.cc 506 std::vector<uint8_t> Arm64RelativePatcher::CompileThunk(const ThunkKey& key) {

Completed in 65 milliseconds