Home
last modified time | relevance | path

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

/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/checker/ets/
DassignAnalyzer.cpp420 ScopeGuard save(nextAdr_); in AnalyzeBlock() local
443 ScopeGuard save(firstAdr_, nextAdr_, classDef_, classFirstAdr_); in AnalyzeClassDef() local
584 ScopeGuard save(firstAdr_, nextAdr_, returnAdr_, isInitialConstructor_); in AnalyzeMethodDef() local
699 ScopeGuard save(nextAdr_); in AnalyzeForLoop() local
751 ScopeGuard save(nextAdr_); in AnalyzeForOfLoop() local
831 ScopeGuard save(nextAdr_); in AnalyzeSwitch() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py231 def save(self, json_file: Union[Path, str]) -> None: member in Jsonable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1038 auto save = CreateSaveState(Opcode::SaveState, GetPc(bcInst->GetAddress())); in BuildUnfoldLoadConstStringArray() local