Home
last modified time | relevance | path

Searched full:creation (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/runtime/scheduler/
Dworker_thread.cpp23 /* static - creation of the initial Worker thread */
33 /* Common actions for creation of the thread. */
/arkcompiler/runtime_core/runtime/include/
Dtime_utils.h29 * Measures time from creation to deletion of an object
Dloadable_agent.h68 // This mutex is needed to be sure that getting / creation of an instance is made atomically in LoadInstance()
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-warnings-generation.puactivity16 title Creation of files with warnings
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md9 - Bot() - subtype of all types, subtyping relation is made implicitly upon type creation.
/arkcompiler/runtime_core/compiler/docs/
Dplt.md23 consecutive slots are reserved in PLT-GOT table. `FirstSlot` is filled during AOT file creation and…
67 slots are reserved in PLT-GOT table. `FirstSlot` is filled during AOT file creation and contains `m…
117 …ts are reserved in PLT-GOT table. `FirstSlot` is filled during AOT file creation and contains `cla…
/arkcompiler/runtime_core/libpandabase/os/
Dthread.h134 // Leave scope to make sure that local shared_ptr was destroyed before thread creation
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.h181 * Initialize GC bits on object creation.
187 * Initialize GC bits on object creation for the TLAB allocation.
/arkcompiler/runtime_core/libpandabase/
DREADME.md25 Instead of `PandArg`, `PandArgCompound` can be used, which serves for creation of the compound argu…
/arkcompiler/runtime_core/runtime/
Dthread.cpp151 /* static - creation of the initial Managed thread */
162 /* static - creation of the initial MT Managed thread */
651 /* Common actions for creation of the thread. */
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp38 // Reserve sufficient length to prevent frequent creation. in BuildClassInfoExtractorFromLiteral()
64 // Reserve sufficient length to prevent frequent creation. in BuildClassInfoExtractorFromLiteral()
/arkcompiler/ets_runtime/ecmascript/tests/
Dsymbol_table_test.cpp157 * The prerequisite for creation is that compressedstringsenabled must be true.
/arkcompiler/runtime_core/runtime/mem/
Dregion_allocator-inl.h95 // sees the relation between region creation and region access. in CreateAndSetUpNewRegion()
421 // We should do it here, because we don't create a live bitmap during young regions creation in PromoteYoungRegion()
Dheap_manager.cpp204 // cls can be null for first class creation, when we create ClassRoot::Class in AllocateNonMovableObject()
Dregion_allocator.h45 // sees the relation between region creation and region access. in ObjectToRegion()
/arkcompiler/runtime_core/runtime/tests/
Dallocator_test_base.h179 * @tparam AllocatorArgs - arguments types for allocor creation
181 * @param allocator_args - arguments for allocator creation
229 * @tparam AllocatorArgs - arguments types for allocor creation
232 * @param allocator_args - arguments for allocator creation
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp144 …// pass manager creation:rs4gc pass is the only pass in modPass, other opt module-based pass are i… in BuildAndRunPasses()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp301 // property creation order in OwnPropertyKeys()
311 // 6. For each own property key P of O such that Type(P) is Symbol, in property creation order in OwnPropertyKeys()
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts531 * in all parent scopes so delegate creation to the parent
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h372 // Type creation
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml462 description: On AMD64 enable creation of non-native code for testing purpose
/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md93 the stack frame it can omit its creation.
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h901 * Define creation methods for all opcodes
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp693 PrintError("Graph creation failed!"); in CompileAot()
/arkcompiler/runtime_core/isa/
Disa.yaml96 …Panda VM supports type hierarchies according to the language it executes. That way, creation (or l…

12