Searched refs:byteCodeInfo (Results 1 – 1 of 1) sorted by relevance
646 auto &byteCodeInfo = GetByteCodeInfo(gate); in SetStGlobalBcType() local651 ASSERT(byteCodeInfo.inputs.size() == 2); in SetStGlobalBcType()652 stringId = std::get<ConstDataId>(byteCodeInfo.inputs[1]).GetId(); in SetStGlobalBcType()658 ASSERT(byteCodeInfo.inputs.size() == 1); in SetStGlobalBcType()659 stringId = std::get<ConstDataId>(byteCodeInfo.inputs[0]).GetId(); in SetStGlobalBcType()674 auto &byteCodeInfo = GetByteCodeInfo(gate); in InferLdGlobalVar() local675 ASSERT(byteCodeInfo.inputs.size() == 2); // 2: number of value inputs in InferLdGlobalVar()676 auto stringId = std::get<ConstDataId>(byteCodeInfo.inputs[1]).GetId(); in InferLdGlobalVar()1000 auto &byteCodeInfo = GetByteCodeInfo(gate); in InferTryLdGlobalByName() local1001 ASSERT(byteCodeInfo.inputs.size() == 2); // 2: number of parameter in InferTryLdGlobalByName()[all …]