Home
last modified time | relevance | path

Searched full:accessed (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/verification/util/tests/
Denvironment.cpp37 …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/
Dgc_adaptive_stack.cpp67 << " accessed from object: " << from_object; in PushToStack()
75 << " accessed as a root: " << root_type; in PushToStack()
/arkcompiler/runtime_core/runtime/
Dvtable_builder.cpp22 // we have to guarantee that while we are iterating itable, the child interface has to be accessed
Dthread.cpp433 …// 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/
Dobject_helpers.h74 …LOG(ERROR, GC) << " Broken object doesn't have class: " << object << " accessed from object: " << … in ValidateObject()
94 … << " accessed from root: " << root_type); in ValidateObject()
Dregion_allocator-inl.h97 // the region will be accessed. in CreateAndSetUpNewRegion()
/arkcompiler/runtime_core/verification/config/context/
Dcontext.h44 // accessed for writing only when parsing config, so doesn't need to be synchronized
/arkcompiler/runtime_core/cmake/
DTemplateBasedGen.cmake29 # * 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[]
DClangTidy.cmake154 "-readability-static-accessed-through-instance" # TODO(knazarov) fix all occurences
/arkcompiler/runtime_core/
Dark_config.gni181 # * extra_argv -- a list of positional arguments that could be accessed in '.erb' files via ARGV[]
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni193 # * extra_argv -- a list of positional arguments that could be accessed in '.erb' files via ARGV[]
/arkcompiler/runtime_core/docs/
Dfile_format.md142 | `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. |
Ddesign-of-interpreter.md85 and foreign (declared elsewhere). Local entities can be accessed directly by the offset
Druntime-compiled_code-interaction.md58 … located in `panda::ManagedThread::runtime_entrypoints_` which could be accessed via `thread regis…
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dalias_analysis.cpp259 * if a field F was accessed from object A then we have two nodes:
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp158 // when its input is accessed by its users (for example, when LoadArray instruction is loading
/arkcompiler/runtime_core/verification/jobs/
Dcache.h223 // should only be accessed from inside the cache, so there won't be inconsistent copies
Dcache.cpp747 …// 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/
Dbasicblock.h634 /// This value hold properties of the basic block. It accessed via BitField types.
Dinst.h1610 … /// This value hold properties of the instruction. It accessed via BitField types(f.e. FieldType).
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp500 … "Under strict mode, 'caller' and 'arguments' properties must not be accessed.", in AccessCallerArgumentsThrowTypeError()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md35 The offsets of root nodes are fixed, so they can be accessed instantly via `GateRef Circuit::GetRoo…
/arkcompiler/runtime_core/isa/
Disa.yaml27 bits of a register, undefined bits shall not be accessed in verified code.
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2accessed using a string literal."),const_enum_member_initializer_was_evaluated_to_a_non_finite_val…