Home
last modified time | relevance | path

Searched refs:byteCodeInfo (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp646 auto &byteCodeInfo = GetByteCodeInfo(gate); in SetStGlobalBcType() local
651 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() local
675 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() local
1001 ASSERT(byteCodeInfo.inputs.size() == 2); // 2: number of parameter in InferTryLdGlobalByName()
[all …]