Searched refs:source_code (Results 1 – 12 of 12) sorted by relevance
244 const char *source_code = utf::Mutf8AsCString(handler.GetSourceCode()); in Extract() local245 if (UNLIKELY(source_code == nullptr)) { in Extract()246 source_code = ""; in Extract()248 methods_.push_back({source_file, source_code, method_id, handler.GetLineNumberTable(), in Extract()317 return method.source_code.c_str(); in GetSourceCode()
85 std::string source_code; member
1552 …eNumberProgramItem::EmitSetSourceCode(std::vector<uint8_t> *constant_pool, StringItem *source_code) in EmitSetSourceCode() argument1556 if (source_code == nullptr) { in EmitSetSourceCode()1560 ASSERT(source_code->GetOffset() != 0); in EmitSetSourceCode()1561 EmitUleb128(constant_pool, source_code->GetOffset()); in EmitSetSourceCode()
1133 … std::string source_code = utf::Mutf8AsCString(file_->GetStringData(source_code_id).data); in UpdateDebugInfoDependecies() local1134 container_.GetOrCreateStringItem(source_code); in UpdateDebugInfoDependecies()1241 … std::string source_code = utf::Mutf8AsCString(file_->GetStringData(source_code_id).data); in UpdateDebugInfo() local1242 auto *source_code_item = container_.GetOrCreateStringItem(source_code); in UpdateDebugInfo()
638 void EmitSetSourceCode(std::vector<uint8_t> *constant_pool, StringItem *source_code);
80 protoFunction.set_sourcecode(function.source_code); in Serialize()140 function.source_code = protoFunction.sourcecode(); in Deserialize()
188 WriteProperty("sourceCode", iter->second.source_code); in Dump()
80 std::string source_code; member
995 if (!func.source_code.empty()) { in CreateMethodItem()996 items->GetOrCreateStringItem(func.source_code); in CreateMethodItem()1221 if (!func.source_code.empty()) { in EmitDebugInfo()1222 auto *source_code_item = items->GetOrCreateStringItem(func.source_code); in EmitDebugInfo()
240 func_->source_code = SourceCode().Mutf8(); in GenSourceFileDebugInfo()254 func_->source_code = SourceCode().Mutf8(); in GenFunctionSource()
496 pandaFunc.source_code = function["sc"].asString(); in ParseSourceFileInfo()
964 …| `0x0a` | | `uleb128` | Set `source_code` register to th…