Searched refs:gap_code (Results 1 – 2 of 2) sorted by relevance
166 std::vector<uint8_t> gap_code; in Create2MethodsWithGap() local174 gap_code.resize(chunk_code_size, 0u); in Create2MethodsWithGap()175 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code)); in Create2MethodsWithGap()
133 std::vector<uint8_t> gap_code; in Create2MethodsWithGap() local141 gap_code.resize(chunk_code_size, 0u); in Create2MethodsWithGap()142 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code)); in Create2MethodsWithGap()