Home
last modified time | relevance | path

Searched full:get_static (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1797 GET_STATIC = 0x01, enumerator
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml2497 acc = extendto32(get_static(field))
2499 acc = get_static(field)
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h2061 GET_STATIC = 0x01, enumerator
/arkcompiler/runtime_core/static_core/docs/
Dfile_format.md1186 | `GET_STATIC` | `0x01` | Method handle refers to a static getter. Offset in [Me…
/arkcompiler/runtime_core/docs/
Dfile_format.md1004 | `GET_STATIC` | `0x01` | Method handle refers to a static getter. Offset in [Me…
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp466 case panda_file::MethodHandleType::GET_STATIC: in CreateMethodHandleItem()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp758 case panda_file::MethodHandleType::GET_STATIC: in CreateMethodHandleItem()