Home
last modified time | relevance | path

Searched defs:needCheck (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h75 #define FIELD_ACCESS_CHECK(needCheck, name, check) \ argument
83 #define FIELD_ACCESS_CHECK(needCheck, name, check) argument
89 #define ACCESSORS_WITH_DCHECK_BASE(name, offset, endOffset, needCheck, check) … argument
158 #define ACCESSORS_SYNCHRONIZED_WITH_DCHECK_BASE(name, offset, endOffset, needCheck, check) … argument
202 #define ACCESSORS_FIXED_SIZE_FIELD_DCHECK_BASE(name, type, sizeType, offset, endOffset, needCheck, … argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp87 void TestMainLoop(double value, [[maybe_unused]] bool needCheck) in TestMainLoop()
122 bool needCheck = bern(engine); in TestConcurrentInsertion() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp97 bool needCheck = true; in CheckStateInput() local
319 bool needCheck = true; in CheckStateOutput() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp187 …f BuiltinsStubBuilder::GetArgFromArgv(GateRef glue, GateRef index, GateRef numArgs, bool needCheck) in GetArgFromArgv()