Home
last modified time | relevance | path

Searched defs:save (Results 1 – 5 of 5) 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.cpp418 ScopeGuard save(nextAdr_); in AnalyzeBlock() local
441 ScopeGuard save(firstAdr_, nextAdr_, classDef_, classFirstAdr_); in AnalyzeClassDef() local
582 ScopeGuard save(firstAdr_, nextAdr_, returnAdr_, isInitialConstructor_); in AnalyzeMethodDef() local
697 ScopeGuard save(nextAdr_); in AnalyzeForLoop() local
749 ScopeGuard save(nextAdr_); in AnalyzeForOfLoop() local
829 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.h996 auto save = CreateSaveState(Opcode::SaveState, GetPc(bcInst->GetAddress())); in BuildUnfoldLoadConstStringArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6340 Insn &save = GetInsnBuilder()->BuildInsn(MOP_xmovrr, spSaveOpnd, spOpnd); in LmbcGenSaveSpForAlloca() local