HomeSort by relevance Sort by last modified time
    Searched refs:accounting (Results 51 - 75 of 97) sorted by null

1 23 4

  /art/runtime/gc/accounting/
space_bitmap-inl.h 30 namespace accounting { namespace in namespace:art::gc
215 } // namespace accounting
space_bitmap.cc 30 namespace accounting { namespace in namespace:art::gc
204 } // namespace accounting
space_bitmap_test.cc 28 namespace accounting { namespace in namespace:art::gc
210 } // namespace accounting
mod_union_table_test.cc 29 namespace accounting { namespace in namespace:art::gc
267 } // namespace accounting
mod_union_table.cc 24 #include "gc/accounting/space_bitmap-inl.h"
36 namespace accounting { namespace in namespace:art::gc
608 } // namespace accounting
  /art/runtime/gc/space/
bump_pointer_space.cc 156 accounting::ContinuousSpaceBitmap::SweepCallback* BumpPointerSpace::GetSweepCallback() {
large_object_space.cc 27 #include "gc/accounting/heap_bitmap-inl.h"
28 #include "gc/accounting/space_bitmap-inl.h"
582 accounting::LargeObjectBitmap* bitmap = space->GetLiveBitmap();
595 accounting::LargeObjectBitmap* live_bitmap = GetLiveBitmap();
596 accounting::LargeObjectBitmap* mark_bitmap = GetMarkBitmap();
602 accounting::LargeObjectBitmap::SweepWalk(*live_bitmap, *mark_bitmap,
region_space.cc 19 #include "gc/accounting/read_barrier_table.h"
101 accounting::ContinuousSpaceBitmap::Create("region space live bitmap", Begin(), Capacity()));
192 void RegionSpace::SetFromSpace(accounting::ReadBarrierTable* rb_table, bool force_evacuate_all) {
  /art/runtime/gc/
verification.cc 70 accounting::CardTable* card_table = heap_->GetCardTable();
  /art/compiler/
image_writer.h 51 namespace accounting { namespace in namespace:art::gc
54 } // namespace accounting
295 std::unique_ptr<gc::accounting::ContinuousSpaceBitmap> image_bitmap_;
  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix_test.go 214 // suffix (accounting for the intervening dot).
  /prebuilts/go/linux-x86/src/net/
dnsconfig_unix_test.go 214 // suffix (accounting for the intervening dot).
  /art/runtime/jit/
jit_code_cache.h 27 #include "gc/accounting/bitmap.h"
51 using CodeCacheBitmap = gc::accounting::MemoryRangeBitmap<kJitCodeAlignment>;
  /art/runtime/
thread.h 51 namespace accounting { namespace in namespace:art::gc
53 } // namespace accounting
269 gc::accounting::AtomicStack<mirror::Object>* GetThreadLocalMarkStack() {
273 void SetThreadLocalMarkStack(gc::accounting::AtomicStack<mirror::Object>* stack) {
    [all...]
  /art/runtime/generated/
asm_support_gen.h 86 DEFINE_CHECK_EQ(static_cast<size_t>(CARD_TABLE_CARD_SHIFT), (static_cast<size_t>(art::gc::accounting::CardTable::kCardShift)))
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 851 plog(LLV_ERROR, LOCATION, NULL, "Accounting failed\n");
1300 plog(LLV_ERROR, LOCATION, NULL, "Accounting failed\n");
    [all...]
cfparse.y 809 isakmp_cfg_config.accounting = ISAKMP_CFG_ACCT_NONE;
818 isakmp_cfg_config.accounting = ISAKMP_CFG_ACCT_SYSTEM;
828 isakmp_cfg_config.accounting = ISAKMP_CFG_ACCT_RADIUS;
841 isakmp_cfg_config.accounting = ISAKMP_CFG_ACCT_PAM;
    [all...]
cftoken.l 247 <S_CFG>accounting { YYD; return(CFG_ACCOUNTING); }
  /compatibility/cdd/3_software/
3_9_device-administration.md 112 * Separate accounting for battery, location, mobile data and storage usage
  /prebuilts/go/darwin-x86/src/runtime/
stack_test.go 63 // Due to broken stack memory accounting (https://golang.org/issue/7468),
cgocall.go 125 // the $GOMAXPROCS accounting.
336 // Call endcgo to do the accounting that cgocall will not have a
  /prebuilts/go/linux-x86/src/runtime/
stack_test.go 63 // Due to broken stack memory accounting (https://golang.org/issue/7468),
cgocall.go 125 // the $GOMAXPROCS accounting.
336 // Call endcgo to do the accounting that cgocall will not have a
  /external/wpa_supplicant_8/hostapd/
Android.mk 178 OBJS += src/ap/accounting.c
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
printer.go 79 // that takes care of accounting and error handling.

Completed in 526 milliseconds

1 23 4