Home
last modified time | relevance | path

Searched defs:save (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Dyaml_document.py43 def save(config_path: str, data: dict[str, Any]) -> None: # type: ignore[explicit-any] member in YamlDocument
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Dyaml_document.py45 def save(config_path: str, data: Dict[str, Any]) -> None: member in YamlDocument
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserAnnotations.cpp58 auto save = Lexer()->Save(); in ParseAnnotationName() local
241 auto save = Lexer()->Save(); in ParseAnnotations() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DassignAnalyzer.cpp400 ScopeGuard save(nextAdr_); in AnalyzeBlock() local
419 ScopeGuard save(firstAdr_, nextAdr_, classDef_, classFirstAdr_); in AnalyzeClassDef() local
565 ScopeGuard save(firstAdr_, nextAdr_, returnAdr_, isInitialConstructor_); in AnalyzeMethodDef() local
683 ScopeGuard save(nextAdr_); in AnalyzeForLoop() local
739 ScopeGuard save(nextAdr_); in AnalyzeForOfLoop() local
819 ScopeGuard save(nextAdr_); in AnalyzeSwitch() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py233 def save(self, json_file: Union[Path, str]) -> None: member in Jsonable
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Doutputs.py292 def save(self, writer: FileWriter): member in OutputManager
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1023 auto save = CreateSaveState(Opcode::SaveState, GetPc(bcInst->GetAddress())); in BuildUnfoldLoadConstStringArray() local