Home
last modified time | relevance | path

Searched full:here (Results 1 – 25 of 208) sorted by relevance

123456789

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djmp.yaml53 # 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/
Ddesign-of-interpreter.md49 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).
Dpanda-runtime.md13 A more detailed explanation of our principles can be found here: TBD
Dcfi_directives.md30 In epilog we read saved `callees` from stack and also `fp`/`lr`. Here we annotate that saved regist…
/arkcompiler/runtime_core/verification/
Dmessages.yaml168 …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/
Dcompiled_code_to_interpreter_bridge_x86.S32 // %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
Dinterpreter_to_compiled_code_bridge_x86.S119 // %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/
Dtest_decorator6-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator6.ts:18:5]
Dtest_decorator7-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator7.ts:17:1]
Dtest_decorator5-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator5.ts:18:5]
Dtest_decorator2-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator2.ts:17:1]
Dtest_decorator8-expected.txt1 SyntaxError: Decorators are not valid here. [test_decorator8.ts:17:1]
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_emitter_gen.h.erb176 …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/
Dgc_barrier_set.cpp42 …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/
Dpool_map.h102 // 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/
Dwrong_accumulator_position.pa21 call.acc f4, v0, v0, v0, 4 # 4 is not allowed here
/arkcompiler/runtime_core/compiler/tools/
Dignore_checked_coverage.txt12 # Add ignore flags here:
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md57 `i8() <: i16()`. I.e. we have a contradiction here.
85 Here is basic type hierarchy of Panda VM.
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h45 // And here are the numbers of insts. Only AsmInterpreterEntryFrame is dealt here, and there is no …
/arkcompiler/runtime_core/runtime/coretypes/
Darray.cpp57 // 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/
Dasthelper.ts24 /** It would be tricky here to use relative path, so please use an absolute path instead.
/arkcompiler/runtime_core/tests/checked/
Dldarray_obj.pa38 # Second parameter is 32-bit, but here we call it with 64-bit
/arkcompiler/runtime_core/scripts/
Drun-clang-format38 # Here we rely on diff's exit code:
/arkcompiler/runtime_core/runtime/
Dlock_order_graph.cpp71 // 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/
Dupdate_remset_thread.cpp58 …// 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