Searched defs:is_static (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/runtime_core/runtime/include/ |
D | cframe_iterators.h | 55 bool is_static = method->IsStatic(); in MakeRange() local 203 bool is_static = method->IsStatic(); in MakeRange() local
|
D | class.h | 727 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/ |
D | abs_int_inl.h | 2563 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/ |
D | class_linker.cpp | 540 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/ |
D | cache.cpp | 220 … bool 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/ |
D | interpreter_test.cpp | 1482 void TestLoadStoreField(bool is_static) in TestLoadStoreField() 1672 void TestLoadStoreObjectField(bool is_static) in TestLoadStoreObjectField()
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-emitter.cpp | 1030 bool is_static = (access_flags & ACC_STATIC) != 0; in MakeFunctionItems() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.h | 415 User(bool is_static, unsigned index, unsigned size) in User()
|