Home
last modified time | relevance | path

Searched defs:pandaType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h82 panda_file::Type pandaType = GetPandaMethod()->GetReturnType(); in GetReturnValueType() local
97 panda_file::Type pandaType = GetPandaMethod()->GetEffectiveReturnType(); in GetEffectiveReturnValueType() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp495 …lue *LLVMIrConstructor::GetInputValueFromConstant(ConstantInst *constant, DataType::Type pandaType) in GetInputValueFromConstant()
825 auto pandaType = inst->GetType(); in CreateLoadWithOrdering() local
1038 llvm::Type *LLVMIrConstructor::GetType(DataType::Type pandaType) in GetType()