Searched refs:thunk_location (Results 1 – 1 of 1) sorted by relevance
109 uint32_t thunk_location = compiled_method->AlignCode(offset); in ReserveSpaceInternal() local110 thunk_locations_.push_back(thunk_location); in ReserveSpaceInternal()111 offset = CompiledMethod::AlignCode(thunk_location + thunk_code_.size(), instruction_set_); in ReserveSpaceInternal()