Home
last modified time | relevance | path

Searched full:assumes (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/docs/
Dassembly_format.md465 func_kv_pair := <an element of the function standard metadata list that assumes the assign…
469 func_kv_lonely_pair := <an element of the function lonely metadata list that assumes the assignme…
477 rec_kv_pair := <an element of the record standard metadata list that assumes the assignmen…
481 rec_kv_lonely_pair := <an element of the record lonely metadata list that assumes the assignment …
488 field_kv_pair := <an element of the field metadata list that assumes the assignment of a val…
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtypes_resolving.h27 * - If all inputs have undefined assumes type, the optimization isn't applied.
/arkcompiler/runtime_core/runtime/
Dthread_manager.cpp83 … // assumes it stays registered; only threads in statuses FINISHED, IS_TERMINATED_LOOP and NATIVE in DeregisterSuspendedThreads()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewarr.yaml1001 Test assumes that available memory for panda is default limited value.
1054 Test assumes that available memory for panda is default limited value.
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_aarch64.S41 // The macro assumes x9 contains base address for gpr and fpr args
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dinterpreter_to_compiled_code_bridge_armhf.S71 // The macro assumes x9 contains base address for gpr and fpr args
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_amd64.S103 // The macro assumes %r8 contains base address for gpr and fpr args
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1055 … // currently the snapshot feature assumes that every serialized region must have fixed size. in WriteSpaceObjectToFile()
1116 // currently the snapshot feature assumes that every serialized region must have fixed size. in StatisticsSpaceObjectSize()