OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_off
(Results
1 - 6
of
6
) sorted by null
/cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java
193
int
code_off
; // uleb128
field in class:DexClassImpl.EncodedMethod
231
methods[i].
code_off
= buffer.readUleb128();
/art/runtime/
dex_file.h
736
const CodeItem* GetCodeItem(const uint32_t
code_off
) const {
737
DCHECK_LT(
code_off
, size_) << "Code item offset larger then maximum allowed offset";
738
if (
code_off
== 0) {
741
const uint8_t* addr = begin_ +
code_off
;
[
all
...]
dex_file_verifier.cc
2151
uint32_t
code_off
= it.GetMethodCodeItemOffset();
local
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elf.c
7711
bfd_vma
code_off
;
local
[
all
...]
elf-bfd.h
[
all
...]
elf64-ppc.c
[
all
...]
Completed in 3053 milliseconds