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

  /art/runtime/
oat_file-inl.h 120 const uint8_t* vmap_table = GetVmapTable();
144 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const {
art_method-inl.h 220 inline const uint8_t* ArtMethod::GetVmapTable(size_t pointer_size) {
225 return GetVmapTable(code_pointer, pointer_size);
228 inline const uint8_t* ArtMethod::GetVmapTable(const void* code_pointer, size_t pointer_size) {
oat_file.h 128 const uint8_t* GetVmapTable() const;
stack.cc 211 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*)));
323 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*)));
400 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*)));
480 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*)));
    [all...]
art_method.h 354 const uint8_t* GetVmapTable(size_t pointer_size)
356 const uint8_t* GetVmapTable(const void* code_pointer, size_t pointer_size)
thread.cc     [all...]
  /art/compiler/jit/
jit_compiler.cc 219 auto* const vmap_table = compiled_method->GetVmapTable();
256 DCHECK_EQ(out_method->GetVmapTable(), vmap_table_ptr);
  /art/compiler/
compiled_method.h 364 const SwapVector<uint8_t>* GetVmapTable() const {
oat_writer.cc 205 return compiled_method->GetVmapTable();
511 if (UNLIKELY(lhs->GetVmapTable() != rhs->GetVmapTable())) {
512 return lhs->GetVmapTable() < rhs->GetVmapTable();
    [all...]
common_compiler_test.cc 59 const SwapVector<uint8_t>* vmap_table = compiled_method->GetVmapTable();
  /art/oatdump/
oatdump.cc     [all...]

Completed in 532 milliseconds