Searched full:accessed (Results 1 – 24 of 24) sorted by relevance
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | environment.cpp | 37 …static const auto WS = par::of_charset(" \t\r\n"); // NOLINT(readability-static-accessed-through-… in EnvOptions() 38 …static const auto DELIM = par::of_string(";"); // NOLINT(readability-static-accessed-through-… in EnvOptions() 46 …WS.of_charset("abcdefghijklmnopqrstuvwxyz_") // NOLINT(readability-static-accessed-through-instan… in EnvOptions() 48 …static const auto EQ = NAME.of_string("="); // NOLINT(readability-static-accessed-through… in EnvOptions() 49 …static const auto BOOL_TRUE = EQ.of_string("true"); // NOLINT(readability-static-accessed-through… in EnvOptions() 51 BOOL_TRUE.of_string("false"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions() 64 …static const auto DEC = BOOL.of_charset("0123456789"); // NOLINT(readability-static-accessed-thro… in EnvOptions() 65 …static const auto HEX = DEC.of_string("0x") >> DEC; // NOLINT(readability-static-accessed-thro… in EnvOptions() 73 …static const auto QUOTES = HEX.of_string("\""); // NOLINT(readability-static-accessed-through-ins… in EnvOptions() 75 QUOTES.of_charset(!charset("\"")); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_adaptive_stack.cpp | 67 << " accessed from object: " << from_object; in PushToStack() 75 << " accessed as a root: " << root_type; in PushToStack()
|
| /arkcompiler/runtime_core/runtime/ |
| D | vtable_builder.cpp | 22 // we have to guarantee that while we are iterating itable, the child interface has to be accessed …
|
| D | thread.cpp | 433 …// thread_frame_states_ should not be accessed without MutatorLock (as runtime could have been des… in NativeCodeEnd() 451 …// thread_frame_states_ should not be accessed without MutatorLock (as runtime could have been des… in ManagedCodeBegin()
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | object_helpers.h | 74 …LOG(ERROR, GC) << " Broken object doesn't have class: " << object << " accessed from object: " << … in ValidateObject() 94 … << " accessed from root: " << root_type); in ValidateObject()
|
| D | region_allocator-inl.h | 97 // the region will be accessed. in CreateAndSetUpNewRegion()
|
| /arkcompiler/runtime_core/verification/config/context/ |
| D | context.h | 44 // accessed for writing only when parsing config, so doesn't need to be synchronized
|
| /arkcompiler/runtime_core/cmake/ |
| D | TemplateBasedGen.cmake | 29 # * EXTRA_ARGV -- a list of positional arguments that could be accessed in '.erb' files via ARGV[] 129 # EXTRA_ARGV -- a list of positional arguments that could be accessed in '.erb' files via ARGV[]
|
| D | ClangTidy.cmake | 154 "-readability-static-accessed-through-instance" # TODO(knazarov) fix all occurences
|
| /arkcompiler/runtime_core/ |
| D | ark_config.gni | 181 # * extra_argv -- a list of positional arguments that could be accessed in '.erb' files via ARGV[]
|
| /arkcompiler/runtime_core/gn/ark/runtime_core/ |
| D | ark_config.gni | 193 # * extra_argv -- a list of positional arguments that could be accessed in '.erb' files via ARGV[]
|
| /arkcompiler/runtime_core/docs/ |
| D | file_format.md | 142 | `ACC_PUBLIC` | `0x0001` | Declared public; may be accessed from outside its package. | 144 | `ACC_PROTECTED` | `0x0004` | Declared protected; may be accessed within subclasses. | 156 | `ACC_PUBLIC` | `0x0001` | Declared public; may be accessed from outside its package. | 158 | `ACC_PROTECTED` | `0x0004` | Declared protected; may be accessed within subclasses. | 173 | `ACC_PUBLIC` | `0x0001` | Declared public; may be accessed from outside its package. |
|
| D | design-of-interpreter.md | 85 and foreign (declared elsewhere). Local entities can be accessed directly by the offset
|
| D | runtime-compiled_code-interaction.md | 58 … located in `panda::ManagedThread::runtime_entrypoints_` which could be accessed via `thread regis…
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | alias_analysis.cpp | 259 * if a field F was accessed from object A then we have two nodes:
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_resolver.cpp | 158 // when its input is accessed by its users (for example, when LoadArray instruction is loading
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | cache.h | 223 // should only be accessed from inside the cache, so there won't be inconsistent copies
|
| D | cache.cpp | 747 …// TODO(romanov) Not sure the new definition can't be accessed, which is desirable; to fix this we… in ProcessClass()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | basicblock.h | 634 /// This value hold properties of the basic block. It accessed via BitField types.
|
| D | inst.h | 1610 … /// This value hold properties of the instruction. It accessed via BitField types(f.e. FieldType).
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 500 … "Under strict mode, 'caller' and 'arguments' properties must not be accessed.", in AccessCallerArgumentsThrowTypeError()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 35 The offsets of root nodes are fixed, so they can be accessed instantly via `GateRef Circuit::GetRoo…
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 27 bits of a register, undefined bits shall not be accessed in verified code.
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …accessed using a string literal."),const_enum_member_initializer_was_evaluated_to_a_non_finite_val…
|