Home
last modified time | relevance | path

Searched defs:is_static (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dcframe_iterators.h55 bool is_static = method->IsStatic(); in MakeRange() local
203 bool is_static = method->IsStatic(); in MakeRange() local
Dclass.h727 void SetRefFieldsNum(uint32_t num, bool is_static) in SetRefFieldsNum()
736 void SetRefFieldsOffset(uint32_t offset, bool is_static) in SetRefFieldsOffset()
745 void SetVolatileRefFieldsNum(uint32_t num, bool is_static) in SetVolatileRefFieldsNum()
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h2563 bool CheckFieldAccess(int reg_idx, Type expected_field_type, bool is_static) in CheckFieldAccess()
2637 bool ProcessFieldLoad(int reg_dest, int reg_src, Type expected_field_type, bool is_static) in ProcessFieldLoad()
2659 bool ProcessFieldLoad(int reg_idx, Type expected_field_type, bool is_static) in ProcessFieldLoad()
2728 bool ProcessStoreField(int vs, int vd, Type expected_field_type, bool is_static, Check check) in ProcessStoreField()
2780 bool ProcessStobj(int vs, int vd, bool is_static) in ProcessStobj()
2786 bool ProcessStobj(int vd, bool is_static) in ProcessStobj()
2828 bool ProcessStobjWide(int vs, int vd, bool is_static) in ProcessStobjWide()
2834 bool ProcessStobjWide(int vd, bool is_static) in ProcessStobjWide()
2863 bool ProcessStobjObj(int vs, int vd, bool is_static) in ProcessStobjObj()
2903 bool ProcessStobjObj(int vd, bool is_static) in ProcessStobjObj()
/arkcompiler/runtime_core/runtime/
Dclass_linker.cpp540 PandaList<Field *> *ref_fields, bool is_static) in LayoutFieldsInBaseClassPadding()
578 PandaList<Field *> *ref_fields, bool is_static) in LayoutFields()
637 bool ClassLinker::LayoutFields(Class *klass, Span<Field> fields, bool is_static, in LayoutFields()
1313 bool is_static = method_data_accessor.IsStatic(); in GetMethod() local
1362 bool is_static = field_data_accessor.IsStatic(); in GetFieldById() local
/arkcompiler/runtime_core/verification/jobs/
Dcache.cpp220bool is_static, SignatureFiller sig_filler) in MakeSyntheticMethod()
370 bool is_static = cachedMethod.flags[LibCache::CachedMethod::Flag::STATIC]; in CalcMethodHash() local
/arkcompiler/runtime_core/runtime/tests/
Dinterpreter_test.cpp1482 void TestLoadStoreField(bool is_static) in TestLoadStoreField()
1672 void TestLoadStoreObjectField(bool is_static) in TestLoadStoreObjectField()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1030 bool is_static = (access_flags & ACC_STATIC) != 0; in MakeFunctionItems() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h415 User(bool is_static, unsigned index, unsigned size) in User()