Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmethod_data_accessor-inl.h324 auto arg_type = pda.GetArgType(idx); in EnumerateTypesInProto() local
326 if (!arg_type.IsPrimitive()) { in EnumerateTypesInProto()
329 cb(arg_type, klass_id); in EnumerateTypesInProto()
/arkcompiler/runtime_core/libpandabase/events/
H A Devents.rb38 def arg_type method in Field
/arkcompiler/runtime_core/static_core/libpandabase/events/
H A Devents.rb42 def arg_type method in Field
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.rb539 Es2pandaLibApi.no_gen_constructor_info['arg_type']&.each do |arg_type|
541 res ||= Es2pandaLibApi.check_fit(arg.type, arg_type)
558 Es2pandaLibApi.no_gen_method_info['arg_type']&.each do |arg_type|
560 res ||= Es2pandaLibApi.check_fit(arg.type, arg_type)
703 'arg_type' =>
725 'arg_type' =>
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dtarget_info.h394 #define TARGET_DEFINE_GETTER_1_ARG(name, arg_type) \
395 constexpr auto name(arg_type arg) const \

Completed in 3 milliseconds