Home
last modified time | relevance | path

Searched refs:current_arg (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dstring_builder_append.cc239 const uint32_t* current_arg = args_; in ConvertFpArgs() local
252 current_arg = AlignUp(current_arg, sizeof(int64_t)); in ConvertFpArgs()
253 ++current_arg; // Skip the low word, let the common code skip the high word. in ConvertFpArgs()
258 float arg = bit_cast<float>(*current_arg); in ConvertFpArgs()
265 current_arg = AlignUp(current_arg, sizeof(int64_t)); in ConvertFpArgs()
267 static_cast<uint64_t>(current_arg[0]) + (static_cast<uint64_t>(current_arg[1]) << 32)); in ConvertFpArgs()
270 ++current_arg; // Skip the low word, let the common code skip the high word. in ConvertFpArgs()
331 ++current_arg; in ConvertFpArgs()
342 const uint32_t* current_arg = args_; in CalculateLengthWithFlag() local
348 hs_.NewHandle(reinterpret_cast32<mirror::String*>(*current_arg)); in CalculateLengthWithFlag()
[all …]