Searched refs:free_code_space_ (Results 1 – 2 of 2) sorted by relevance
319 free_code_space_({code_space->address(), code_space->end()}), in NativeModule()645 AddressRange mem = free_code_space_.Allocate(size); in AllocateForCode()661 free_code_space_.Merge({new_mem.address(), new_mem.end()}); in AllocateForCode()662 mem = free_code_space_.Allocate(size); in AllocateForCode()
414 DisjointAllocationPool free_code_space_; variable