Home
last modified time | relevance | path

Searched full:getfield (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h386 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 …]
Dinst.h1120 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/
Djob.h56 const CachedField &GetField(uint32_t offset) const in GetField() function
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcalle.polymorphic.short.yaml32 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external>
46 call.virt.acc.short panda.Class.getField, v1, 1
Dcall.polymorphic.short.yaml33 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external>
56 call.virt.acc.short panda.Class.getField, v1, 1
Dcall.polymorphic.range.yaml33 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external>
56 call.virt.acc.short panda.Class.getField, v1, 1
Dcalle.polymorphic.range.yaml33 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external>
56 call.virt.acc.short panda.Class.getField, v1, 1
Dcall.polymorphic.yaml33 .function panda.reflect.Field panda.Class.getField(panda.Class a0, panda.String a1) <external>
56 call.virt.acc.short panda.Class.getField, v1, 1
Dcalle.polymorphic.yaml33 .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/
Dclass_linker.h88 …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/
Dentrypoints.cpp589 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/
Druntime_interface.h89 auto *field = class_linker->GetField(caller, resolved_id); in ResolveField()
/arkcompiler/runtime_core/runtime/
Dclass_linker.cpp1417 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()
Dcompiler.cpp347 …auto field = Runtime::GetCurrent()->GetClassLinker()->GetField(*method, panda_file::File::EntityId… in ResolveField()
/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.cpp294 int32_t fieldId = cfpo.getField(); in FormatListToArray()
Djs_relative_time_format.cpp399 int32_t fieldId = cfpo.getField(); in FormatToArray()
Djs_date_time_format.cpp694 int32_t fField = fieldPosition.getField(); in FormatDateTimeToParts()
1070 int32_t fField = cfpos.getField(); in ConstructFDateIntervalToJSArray()
Djs_number_format.cpp775 int32_t fieldId = cfpo.getField(); in GroupToParts()
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.cpp681 auto *field = classLinker->GetField(*caller, propertyId); in ResolveField()
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h4046 return &CurrentJob.GetField(offset); in GetCachedField()