Searched refs:alloc_mode (Results 1 – 12 of 12) sorted by relevance
38 } alloc_mode; variable42 switch (alloc_mode) { in realloc_fdt()95 alloc_mode = FIXED; in main()99 alloc_mode = REALLOC; in main()102 alloc_mode = REALLOC; in main()109 alloc_mode = FIXED; in main()
23 AllocMode alloc_mode) in XlaCompiledCpuFunction() argument35 alloc_mode == AllocMode::ARGS_RESULTS_PROFILES_AND_TEMPS; in XlaCompiledCpuFunction()
117 AllocMode alloc_mode = AllocMode::ARGS_RESULTS_PROFILES_AND_TEMPS);
12 field:int alloc_mode; offset:20; size:4; signed:1;20 … "Foreground GC" }, { BG_GC, "Background GC" }), __print_symbolic(REC->alloc_mode, { LFS, "LFS-mod…
242 uint8_t alloc_mode : 1; member
547 if (cf->alloc.alloc_mode) // ??? in print_cf_alloc()
94 MyClass(AllocMode alloc_mode = AllocMode::ARGS_RESULTS_PROFILES_AND_TEMPS)95 : XlaCompiledCpuFunction(StaticData(), alloc_mode) {}
48 optional int32 alloc_mode = 4; field
561 alloc_mode_def stringnoz["alloc_mode=default"]562 alloc_mode_reuse stringnoz["alloc_mode=reuse"]
1177 template <MemoryAllocator::AllocationMode alloc_mode, typename SpaceType> in AllocateChunk()1181 if (alloc_mode == kPooled) { in AllocateChunk()
1385 template <MemoryAllocator::AllocationMode alloc_mode = kRegular,
1367 optional int32 alloc_mode = 4; field