Home
last modified time | relevance | path

Searched defs:frame_size_in_bytes (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/quick/
H A Dquick_method_frame_info.h34 constexpr QuickMethodFrameInfo(uint32_t frame_size_in_bytes, uint32_t core_spill_mask, in QuickMethodFrameInfo()
/aosp12/art/compiler/debug/
H A Dmethod_debug_info.h43 uint32_t frame_size_in_bytes; member
/aosp12/art/compiler/optimizing/
H A Dstack_map_stream.cc42 void StackMapStream::BeginMethod(size_t frame_size_in_bytes, in BeginMethod()
/aosp12/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1611 const size_t frame_size_in_bytes = audio_channel_count_from_in_mask(config->channel_mask) * in audio_config_compare() local