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

  /external/libchrome/sandbox/win/src/
interception_internal.h 67 int num_thunks; member in struct:sandbox::DllInterceptionData
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 161 size_t num_thunks = current_method_thunks_.size() / kAdrpThunkSize; local
162 CHECK_LE(num_thunks, processed_adrp_thunks_);
163 for (size_t i = 0u; i != num_thunks; ++i) {
164 const auto& entry = adrp_thunk_locations_[processed_adrp_thunks_ - num_thunks + i];
278 size_t num_thunks = current_method_thunks_.size() / kAdrpThunkSize; local
279 CHECK_LE(num_thunks, processed_adrp_thunks_);
281 for (size_t i = processed_adrp_thunks_ - num_thunks; ; ++i) {
284 size_t idx = num_thunks - (processed_adrp_thunks_ - i);

Completed in 638 milliseconds