Lines Matching defs:value
146 JSTaggedValue baseConstpool = baseConstpoolValues.value().get()[methodIndex.constpoolNum];
189 JSTaggedValue value = baseConstpool->GetObjectFromCache(constpoolIndex);
190 ASSERT(value.IsMethod());
191 patchMethod = Method::Cast(value.GetTaggedObject());
203 JSTaggedValue value = literalArray->Get(thread, literalIndex);
204 ASSERT(value.IsFunctionTemplate());
205 FunctionTemplate *func = FunctionTemplate::Cast(value.GetTaggedObject());
232 // building class inheritance relationship or defining gettersetter by value.
326 const CMap<int32_t, JSTaggedValue> &baseConstpoolValues = context->FindConstpools(baseFile).value();
526 panda_file::CodeDataAccessor codeDataAccessor(pandaFile, codeId.value());
555 (const LiteralValue &value, const LiteralTag &tag) {
559 uint32_t methodOffset = std::get<uint32_t>(value);