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

  /art/compiler/
oat_writer.h 317 if (UNLIKELY(&lhs->GetVmapTable() != &rhs->GetVmapTable())) {
318 return &lhs->GetVmapTable() < &rhs->GetVmapTable();
compiled_method.h 175 const SwapVector<uint8_t>& GetVmapTable() const {
common_compiler_test.cc 170 const SwapVector<uint8_t>& vmap_table = compiled_method->GetVmapTable();
oat_writer.cc 186 return &compiled_method->GetVmapTable();
    [all...]
  /art/runtime/
oat_file-inl.h 120 const uint8_t* vmap_table = GetVmapTable();
144 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const {
oat_file.h 142 const uint8_t* GetVmapTable() const;
stack.cc 161 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*)));
215 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*)));
262 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*)));
326 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*)));
thread.cc     [all...]
  /art/runtime/mirror/
art_method-inl.h 269 inline const uint8_t* ArtMethod::GetVmapTable(size_t pointer_size) {
274 return GetVmapTable(code_pointer, pointer_size);
277 inline const uint8_t* ArtMethod::GetVmapTable(const void* code_pointer, size_t pointer_size) {
art_method.h 377 const uint8_t* GetVmapTable(size_t pointer_size)
379 const uint8_t* GetVmapTable(const void* code_pointer, size_t pointer_size)
  /art/oatdump/
oatdump.cc 557 *indent2_os << StringPrintf("%p ", oat_method.GetVmapTable());
674 const uint8_t* raw_table = oat_method.GetVmapTable();
702 const uint8_t* raw_table = oat_method.GetVmapTable();
    [all...]

Completed in 301 milliseconds