HomeSort by relevance Sort by last modified time
    Searched refs:code_allocation (Results 1 - 5 of 5) sorted by null

  /external/v8/src/snapshot/
snapshot-common.cc 105 CodeSpaceMemoryModificationScope code_allocation(isolate->heap());
187 CodeSpaceMemoryModificationScope code_allocation(isolate->heap());
  /art/runtime/jit/
jit_code_cache.cc 807 uint8_t* code_allocation = reinterpret_cast<uint8_t*>(allocation); local
809 code_allocation = TranslateAddress(code_allocation, exec_pages_, non_exec_pages_);
812 FreeCode(code_allocation);
    [all...]
  /external/v8/src/
compiler.cc 313 CodeSpaceMemoryModificationScope code_allocation(isolate->heap());
    [all...]
isolate.cc     [all...]
  /external/v8/src/heap/
factory.cc     [all...]

Completed in 777 milliseconds