| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | basicblock.h | 386 typename Accessor::ValueType GetField() const in GetField() function 414 return GetField<MonitorEntryBlock>(); in GetMonitorEntryBlock() 424 return GetField<MonitorExitBlock>(); in GetMonitorExitBlock() 434 return GetField<MonitorBlock>(); in GetMonitorBlock() 444 return GetField<CatchBlock>(); in IsCatch() 454 return GetField<CatchBeginBlock>(); in IsCatchBegin() 464 return GetField<CatchEndBlock>(); in IsCatchEnd() 474 return GetField<TryBlock>(); in IsTry() 484 return GetField<TryBeginBlock>(); in IsTryBegin() 494 return GetField<TryEndBlock>(); in IsTryEnd() [all …]
|
| D | inst.h | 1120 return GetField<FieldFlags>(); in GetFlagsMask() 1163 return GetField<InputsCount>() == MAX_STATIC_INPUTS; in IsOperandsDynamic() 1357 auto inputs_count {GetField<InputsCount>()}; in GetInputs() 1428 typename Accessor::ValueType GetField() const in GetField() function 1577 auto inputs_count {GetField<InputsCount>()}; in GetUser() 1592 auto inputs_count {GetField<InputsCount>()}; in OperandsStorageSize() 1654 return T::template GetField<FieldOperandsType>(); in GetOperandsType() 1678 return T::template GetField<NeedBarrierFlag>(); in GetNeedBarrier() 1736 return T::template GetField<ClassTypeField>(); in GetClassType() 1759 return T::template GetField<OmitNullCheckFlag>(); in GetOmitNullCheck() [all …]
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | job.h | 56 const CachedField &GetField(uint32_t offset) const in GetField() function
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | calle.polymorphic.short.yaml | 32 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external> 46 call.virt.acc.short panda.Class.getField, v1, 1
|
| D | call.polymorphic.short.yaml | 33 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external> 56 call.virt.acc.short panda.Class.getField, v1, 1
|
| D | call.polymorphic.range.yaml | 33 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external> 56 call.virt.acc.short panda.Class.getField, v1, 1
|
| D | calle.polymorphic.range.yaml | 33 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external> 56 call.virt.acc.short panda.Class.getField, v1, 1
|
| D | call.polymorphic.yaml | 33 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external> 56 call.virt.acc.short panda.Class.getField, v1, 1
|
| D | calle.polymorphic.yaml | 33 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external> 56 call.virt.acc.short panda.Class.getField, v1, 1
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class_linker.h | 88 …Field *GetField(const panda_file::File &pf, panda_file::File::EntityId id, ClassLinkerContext *con… 91 Field *GetField(const Method &caller, panda_file::File::EntityId id,
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 589 auto field = class_linker->GetField(*method, panda_file::File::EntityId(field_id)); in GetStaticFieldAddressEntrypoint() 603 auto field = class_linker->GetField(*method, panda_file::File::EntityId(field_id)); in GetUnknownStaticFieldMemoryAddressEntrypoint() 623 auto field = class_linker->GetField(*method, panda_file::File::EntityId(field_id)); in GetUnknownStaticFieldPtrEntrypoint() 657 auto field = class_linker->GetField(*method, panda_file::File::EntityId(field_id)); in GetFieldOffsetEntrypoint()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | runtime_interface.h | 89 auto *field = class_linker->GetField(caller, resolved_id); in ResolveField()
|
| /arkcompiler/runtime_core/runtime/ |
| D | class_linker.cpp | 1417 Field *ClassLinker::GetField(const panda_file::File &pf, panda_file::File::EntityId id, in GetField() function in panda::ClassLinker 1486 Field *ClassLinker::GetField(const Method &caller, panda_file::File::EntityId id, in GetField() function in panda::ClassLinker 1494 field = GetField(*caller.GetPandaFile(), id, caller.GetClass()->GetLoadContext(), in GetField()
|
| D | compiler.cpp | 347 …auto field = Runtime::GetCurrent()->GetClassLinker()->GetField(*method, panda_file::File::EntityId… in ResolveField()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_list_format.cpp | 294 int32_t fieldId = cfpo.getField(); in FormatListToArray()
|
| D | js_relative_time_format.cpp | 399 int32_t fieldId = cfpo.getField(); in FormatToArray()
|
| D | js_date_time_format.cpp | 694 int32_t fField = fieldPosition.getField(); in FormatDateTimeToParts() 1070 int32_t fField = cfpos.getField(); in ConstructFDateIntervalToJSArray()
|
| D | js_number_format.cpp | 775 int32_t fieldId = cfpo.getField(); in GroupToParts()
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | debugger.cpp | 681 auto *field = classLinker->GetField(*caller, propertyId); in ResolveField()
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.h | 4046 return &CurrentJob.GetField(offset); in GetCachedField()
|