Searched refs:LiteralMap (Results 1 – 2 of 2) sorted by relevance
674 using LiteralMap = std::unordered_map<FunctionLiteral*, FunctionLiteral*>; typedef677 LiteralMap* unchanged, LiteralMap* changed) { in MapLiterals()694 LiteralMap mappings; in MapLiterals()937 bool CanPatchScript(const LiteralMap& changed, Handle<Script> script, in CanPatchScript()973 const LiteralMap& changed, debug::LiveEditResult* result) { in CanRestartFrame()1071 LiteralMap changed; in PatchScript()1072 LiteralMap unchanged; in PatchScript()
358 std::map<unsigned, SPIRVConstant*> LiteralMap; member in SPIRV::SPIRVModuleImpl472 auto Loc = LiteralMap.find(Literal); in getLiteralAsConstant()473 if (Loc != LiteralMap.end()) in getLiteralAsConstant()477 LiteralMap[Literal] = V; in getLiteralAsConstant()