Home
last modified time | relevance | path

Searched full:check_null (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/jsvm/src/
Djsvm_dfx.h81 #define CHECK_NULL(val) CHECK((val) == nullptr) macro
93 #define DCHECK_NULL(val) CHECK_NULL(val)
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldarr.obj.yaml832 check_null:
910 check_null:
Dstarr.obj.yaml1721 check_null:
1799 check_null:
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dldarr.obj.yaml632 check_null:
Dstarr.obj.yaml880 check_null:
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.cpp71 CHECK_NULL(mainThread); // mainThread should have called Reset in ~MainThreadHandle()