Searched full:initialization (Results 1 – 25 of 30) sorted by relevance
12
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | sta.yaml | 186 ##- v1 initialization with different types 188 ##- Accumulator initialization with incorrect types
|
| D | sta.obj.yaml | 235 ##- v1 initialization with different types 237 ##- Accumulator initialization with incorrect types
|
| D | sta.64.yaml | 231 ##- v1 initialization with different types 233 ##- Accumulator initialization with incorrect types
|
| D | call.short.yaml | 168 # 3rd - possible initialization of registers 277 # 2nd - possible initialization of registers 319 # 3 - possible initialization of registers
|
| D | call.yaml | 183 # 3rd - possible initialization of registers 276 # 2nd - possible initialization of registers 323 # 3 - possible initialization of registers
|
| D | newobj.yaml | 38 … object into register. The object should be initialized by calling initialization method before
|
| D | call.range.yaml | 196 # 3rd - possible initialization of registers 294 # 3 - possible initialization of registers
|
| /ark/runtime_core/verification/ |
| D | verification_options.cpp | 68 Mode.SyncOnClassInitialization = check_option(options, "sync-on-class-initialization"); in Initialize()
|
| /ark/js_runtime/ecmascript/tooling/backend/ |
| D | js_debugger_interface.h | 73 * \brief called by the ecmavm when virtual machine start initialization
|
| /ark/runtime_core/verification/util/ |
| D | saturated_enum.h | 27 …value UNDEFINED and any op will lead to fatal error, add constructors etc for proper initialization
|
| /ark/runtime_core/libpandabase/tests/ |
| D | dfx_test.cpp | 25 TEST(DfxController, Initialization) in TEST() argument
|
| D | logger_test.cpp | 30 TEST(Logger, Initialization) in TEST() argument
|
| /ark/runtime_core/runtime/include/tooling/ |
| D | debug_interface.h | 247 * \brief Method is called by the runtime when virtual machine start initialization 252 * \brief Method is called by the runtime when virtual machine finish initialization
|
| /ark/ts2abc/ts2panda/src/base/ |
| D | typeSystem.ts | 162 // record type before its initialization, so its index can be recorded 373 // record type before its initialization, so its index can be recorded 624 // record type before its initialization, so its index can be recorded
|
| /ark/ts2abc/ts2panda/src/ |
| D | assemblyDumper.ts | 79 /* the first parametersCount insns are move insn for argument initialization,
|
| /ark/runtime_core/runtime/mem/gc/ |
| D | gc.h | 255 // If ClassAddr is not setted - it means object header initialization is in progress now in MarkChecker() 347 * \brief Starts GC after initialization
|
| /ark/runtime_core/runtime/ |
| D | thread.cpp | 323 …// Object handles can be created during class initialization, so check lock state only after GC is… in PushLocalObject() 332 …// Object handles can be created during class initialization, so check lock state only after GC is… in PopLocalObject()
|
| D | options.yaml | 461 - sync-on-class-initialization
|
| D | runtime.cpp | 638 LOG(ERROR, RUNTIME) << "Failed to finish panda vm initialization"; in Initialize()
|
| /ark/runtime_core/runtime/include/ |
| D | runtime_options.h | 165 * adds some private options related to runtime initialization that cannot be controlled
|
| /ark/js_runtime/ecmascript/cpu_profiler/ |
| D | cpu_profiler.cpp | 83 LOG(ERROR, RUNTIME) << "Parameter set signal set initialization and emptying failed"; in StartCpuProfiler()
|
| /ark/runtime_core/runtime/bridge/arch/x86/ |
| D | interpreter_to_compiled_code_bridge_x86.S | 64 // %ecx - shorty value (no initialization needed)
|
| /ark/runtime_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_arm.S | 74 // r2 - shorty value (no initialization needed)
|
| D | interpreter_to_compiled_code_bridge_armhf.S | 211 // r2 - shorty value (no initialization needed)
|
| /ark/runtime_core/cmake/ |
| D | PandaAssembly.cmake | 312 # Runtime initialization options
|
12