Searched full:here (Results 1 – 25 of 208) sorted by relevance
123456789
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jmp.yaml | 53 # should not be here 69 # should not be here 78 # should not be here 111 # should not be here 148 # should not be here
|
| /arkcompiler/runtime_core/docs/ |
| D | design-of-interpreter.md | 49 For the rationale on the bytecode type, please see [here](rationale-for-bytecode.md). 67 Please find the implementation of the instruction set architecture [here](../isa/isa.yaml). 110 Please find the specification [here](file_format.md). 152 Please find the reference implementation [here](../runtime/interpreter). 196 Please find the reference implementation [here](../runtime/interpreter/frame.h). 216 A general overview of managed assembly languages can be found [here](overview-of-managed-assemblers… 226 Please find the specification [here](assembly_format.md). 228 Please find the implementation [here](../assembler).
|
| D | panda-runtime.md | 13 A more detailed explanation of our principles can be found here: TBD
|
| D | cfi_directives.md | 30 In epilog we read saved `callees` from stack and also `fp`/`lr`. Here we annotate that saved regist…
|
| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 168 …message: constant null in register v${reg}. NPE exception will always be thrown here. Accumulator … 174 message: constant null in accumulator. NPE exception will always be thrown here. 275 message: Accumulator constantly holds 'null' value. It may be a sign of possible error here. 282 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Checkcast is redundant here. It m… 283 possible error here. 291 …nstruction 'checkcast' will always throw an exception here. It may be a sign of possible error her… 299 …${possible_types}. Instruction 'checkcast' will always throw an exception here. It may be a sign of 300 possible error here. 308 It may be a sign of possible error here. 322 It may be a sign of possible error here. [all …]
|
| /arkcompiler/runtime_core/runtime/bridge/arch/x86/ |
| D | compiled_code_to_interpreter_bridge_x86.S | 32 // %esp % 16 == 12 here (-4 == 12 (mod 16)) 62 // %esp % 16 == 8 here 69 // %esp should be 16-byte aligned here 154 // %esp should be 16-byte aligned here
|
| D | interpreter_to_compiled_code_bridge_x86.S | 119 // %esp % 16 == 12 here (-4 == 12 (mod 16)) 141 // %esp should be 16-byte aligned here 210 // %esp should be 16-byte aligned here 301 // %esp % 16 == 12 here (-4 == 12 (mod 16)) 323 // %esp should be 16-byte aligned here
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_decorator6-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator6.ts:18:5]
|
| D | test_decorator7-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator7.ts:17:1]
|
| D | test_decorator5-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator5.ts:18:5]
|
| D | test_decorator2-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator2.ts:17:1]
|
| D | test_decorator8-expected.txt | 1 SyntaxError: Decorators are not valid here. [test_decorator8.ts:17:1]
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | bytecode_emitter_gen.h.erb | 176 …n BytecodeEmitter::BitImmSize::BITSIZE_32; // Any return value will do, we are broken here anyway. 203 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway. 222 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway. 253 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway. 256 return <%= OPCODE_TYPE %>::LAST; // Any return value will do, we are broken here anyway.
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_barrier_set.cpp | 42 …n't for G1, because card_table is processed concurrently, so it can be cleared before we enter here in CheckPostBarrier() 123 // NOTE: We can improve an implementation here in PostBarrierEveryObjectFieldWrite() 167 // NOTE: We can improve an implementation here in PostBarrierEveryObjectFieldWrite()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | pool_map.h | 102 // Added a TSAN ignore here because TSAN thinks in Initialize() 103 // that we can have a data race here - concurrent in Initialize()
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | wrong_accumulator_position.pa | 21 call.acc f4, v0, v0, v0, 4 # 4 is not allowed here
|
| /arkcompiler/runtime_core/compiler/tools/ |
| D | ignore_checked_coverage.txt | 12 # Add ignore flags here:
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 57 `i8() <: i16()`. I.e. we have a contradiction here. 85 Here is basic type hierarchy of Panda VM.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
| D | assembler.h | 45 // And here are the numbers of insts. Only AsmInterpreterEntryFrame is dealt here, and there is no …
|
| /arkcompiler/runtime_core/runtime/coretypes/ |
| D | array.cpp | 57 // Order is matters here: GC can read data before it copied if we set length first. in Create() 115 // Order is matters here: GC can read data before it copied if we set length first. in CreateTagged()
|
| /arkcompiler/ets_frontend/ts2panda/tests/utils/ |
| D | asthelper.ts | 24 /** It would be tricky here to use relative path, so please use an absolute path instead.
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | ldarray_obj.pa | 38 # Second parameter is 32-bit, but here we call it with 64-bit
|
| /arkcompiler/runtime_core/scripts/ |
| D | run-clang-format | 38 # Here we rely on diff's exit code:
|
| /arkcompiler/runtime_core/runtime/ |
| D | lock_order_graph.cpp | 71 // We can only wait for a single monitor here. in CheckForTerminationLoops() 125 // So here we ignore this self-loop as a false loop. in CheckForTerminationLoops()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 58 …// dont reset pause_thread_ here WaitUntilTasksEnd does it, and we can reset pause_thread_ by acci… in CreateThread() 188 …// TODO(alovkov): eliminate atomics in cards, force FullMemoryBarrier here, all mutators will be f… in HandleCard()
|
123456789