Searched refs:SetCodeInfo (Results 1 – 10 of 10) sorted by relevance
46 void SetCodeInfo(Span<const uint8_t> data) in SetCodeInfo() function
68 methods_.at(index).SetCodeInfo(method.GetCodeInfo()); in AdjustMethod()
216 compiled_method1.SetCodeInfo(Span(data).ToConst()); in TEST_F()227 compiled_method2.SetCodeInfo(Span(data).ToConst()); in TEST_F()561 compiled_method1.SetCodeInfo(Span(data).ToConst()); in TEST_F()572 compiled_method2.SetCodeInfo(Span(data).ToConst()); in TEST_F()
216 compiledMethod1.SetCodeInfo(Span(data).ToConst()); in BuildAot()227 compiledMethod2.SetCodeInfo(Span(data).ToConst()); in BuildAot()
430 compiledMethod.SetCodeInfo(graph->GetCodeInfoData()); in EmitElf()
370 void SetCodeInfo(Span<uint8_t> data) in SetCodeInfo() function
753 compiledMethod.SetCodeInfo(ctx->graph->GetCodeInfoData()); in FinalizeCompileAot()
622 compiledMethod.SetCodeInfo(Span<const uint8_t>(codeInfo)); in AdaptCode()
464 void SetCodeInfo(Span<uint8_t> data) in SetCodeInfo() function
567 GetGraph()->SetCodeInfo(Span(codeInfoData)); in CopyToCodeCache()