Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.h85 struct LoadObjByNameDataInfo { struct
86 LoadObjByNameDataInfo(std::vector<Label> &loaderLabels, std::vector<Label> &failLabels, in LoadObjByNameDataInfo() function
90 std::vector<Label> &loaders;
91 std::vector<Label> &fails;
92 const LoadObjPropertyTypeInfoAccessor &tacc;
93 Variable &result;
94 Label &exit;