Searched refs:GetCurrentCodeAddress (Results 1 – 4 of 4) sorted by relevance
55 uintptr_t codeAddress = aotBuilder.GetCurrentCodeAddress(); in GenerateOp()97 uintptr_t codeAddress = aotBuilder.GetCurrentCodeAddress(); in GenerateIntrinsic()
349 … if (aotBuilder_->GetCurrentCodeAddress() != 0 || !aotBuilder_->GetClassHashTableSize()->empty() || in Run()353 … if (aotBuilder_->GetCurrentCodeAddress() == 0 && aotBuilder_->GetClassHashTableSize()->empty()) { in Run()807 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CompileAot()
786 uintptr_t codeAddress = aotBuilder_->GetCurrentCodeAddress(); in CreateGraph()
1086 uintptr_t GetCurrentCodeAddress() const in GetCurrentCodeAddress() function