Searched full:itself (Results 1 – 25 of 58) sorted by relevance
123
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | obj-17.pa | 14 # Compare a non-null object against itself
|
| /arkcompiler/runtime_core/isa/ |
| D | README | 21 Please refer to the file itself for more details.
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.h | 28 // ecma 19.2.3 The Function prototype object is itself a built-in function object.
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_interpreter.h | 33 * InterpreterEntry prologue independently from number of spill slots in handler itself.
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | hot_reload_manager.cpp | 49 // if the file is non-patch, the base file is itself in GetBaseJSPandaFile()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jnez.yaml | 67 # Check jump to itself 74 # Check jump to itself
|
| D | jgtz.yaml | 65 # Check jump to itself 72 # Check jump to itself
|
| D | jeqz.yaml | 65 # Check jump to itself 72 # Check jump to itself
|
| D | jltz.yaml | 65 # Check jump to itself 72 # Check jump to itself
|
| D | jlez.yaml | 65 # Check jump to itself 72 # Check jump to itself
|
| D | jgez.yaml | 65 # Check jump to itself 72 # Check jump to itself
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | interfaceInheritance1-expected.txt | 271 TypeError: Type A recursively references itself as a base type. [interfaceInheritance1.ts:17:11]
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | bytecode_emitter_tests.cpp | 127 // -5 because 2 bytes takes jmp itself and 191 // -4 because 2 bytes takes jmp itself and 213 // -5 because 2 bytes takes jmp itself and 400 // -4 because 2 bytes takes jmp itself and
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 38 By default, it is considered, that a type is in subtyping relation with itself, i.e.
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 455 ThrowTypeError({"Type ", type->Name(), " recursively references itself as a base type."}, in GetBaseTypes() 482 … ThrowTypeError({"Type ", type->Name(), " recursively references itself as a base type."}, in GetBaseTypes() 495 … ThrowTypeError({"Type ", type->Name(), " recursively references itself as a base type."}, in GetBaseTypes()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | if_conversion_doc.md | 8 … instructions after the branch speculatively before executing the branch itself. If the prediction…
|
| D | balance_expressions_doc.md | 26 … if `lhs`(`rhs`) has the same opcode and has the only user (the operator itself). If so, the input…
|
| D | reg_alloc_graph_coloring_doc.md | 39 …e we have colors assigned for nodes such as input parameters of function itself and arguments for …
|
| /arkcompiler/runtime_core/runtime/ |
| D | lock_order_graph.cpp | 124 // to itself, i.e. a self-loop and, thus, falsely flag this situation as a deadlock. in CheckForTerminationLoops()
|
| D | compiler_queue_counter_priority.h | 178 … // We should update the counter inside as the queue choose the semantic of the counter by itself in UpdateQueue()
|
| D | thread_manager.h | 246 // * FINISHED threads should be deleted itself; in CanDeregister()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_driver.h | 143 … // in upper layer of the deopt method's define chain (or maybe the deopt method itself) in SearchForCompilation()
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2abc_skip_tests.json | 113 "reason" : "parameter with default initialization of itself",
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 309 # Bytecode description itself
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager_statistics.cpp | 108 …locator()->GetAllocatedSize()` again to exclude allocations caused by PassManagerStatistics itself: in ProcessBeforeRun()
|
123