Searched defs:needCheck (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_macros.h | 75 #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/ |
| D | ets_to_string_cache_test.cpp | 87 void TestMainLoop(double value, [[maybe_unused]] bool needCheck) in TestMainLoop() 122 bool needCheck = bern(engine); in TestConcurrentInsertion() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.cpp | 97 bool needCheck = true; in CheckStateInput() local 319 bool needCheck = true; in CheckStateOutput() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 187 …f BuiltinsStubBuilder::GetArgFromArgv(GateRef glue, GateRef index, GateRef numArgs, bool needCheck) in GetArgFromArgv()
|