Home
last modified time | relevance | path

Searched defs:false (Results 1 - 25 of 145) sorted by relevance

123456

/arkcompiler/ets_frontend/es2panda/test/parser/binder/
H A Dgetter-setter-name-js.js
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dthrow_oom_error_test.cpp32 thread->GetEcmaVM()->SetEnableForceGC(false); variable
H A Dhuge_object_test.cpp32 thread->GetEcmaVM()->SetEnableForceGC(false); variable
H A Dlayout_info_test.cpp113 void GetAllKeysCommon(JSThread *thread, bool enumKeys = false) in GetAllKeysCommon() argument
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_parser.h32 explicit ArkStackMapParser(bool enableLog = false) in ArkStackMapParser() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dmemory_barriers_test.cpp53 ASSERT_EQ(INS(0U).GetFlag(inst_flags::MEM_BARRIER), false); in TEST_F() local
54 ASSERT_EQ(INS(1U).GetFlag(inst_flags::MEM_BARRIER), false); in TEST_F() local
56 ASSERT_EQ(INS(3U).GetFlag(inst_flags::MEM_BARRIER), false); in TEST_F() local
57 ASSERT_EQ(INS(4U).GetFlag(inst_flags::MEM_BARRIER), false); in TEST_F() local
59 ASSERT_EQ(INS(6U).GetFlag(inst_flags::MEM_BARRIER), false); in TEST_F() local
60 ASSERT_EQ(INS(7U).GetFlag(inst_flags::MEM_BARRIER), false); in TEST_F() local
61 ASSERT_EQ(INS(8U).GetFlag(inst_flags::MEM_BARRIER), false); in TEST_F() local
62 ASSERT_EQ(INS(9U).GetFlag(inst_flags::MEM_BARRIER), false); in TEST_F() local
64 ASSERT_EQ(INS(11U).GetFlag(inst_flags::MEM_BARRIER), false); in TEST_F() local
65 ASSERT_EQ(INS(12U).GetFlag(inst_flags::MEM_BARRIER), false); in TEST_F() local
66 ASSERT_EQ(INS(13U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
71 ASSERT_EQ(INS(0U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
72 ASSERT_EQ(INS(1U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
73 ASSERT_EQ(INS(2U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
74 ASSERT_EQ(INS(3U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
75 ASSERT_EQ(INS(4U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
76 ASSERT_EQ(INS(5U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
77 ASSERT_EQ(INS(6U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
78 ASSERT_EQ(INS(7U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
79 ASSERT_EQ(INS(8U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
80 ASSERT_EQ(INS(9U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
82 ASSERT_EQ(INS(11U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
83 ASSERT_EQ(INS(12U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
84 ASSERT_EQ(INS(13U).GetFlag(inst_flags::MEM_BARRIER), false); TEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinstruction_combine.h29 InstructionCombine(Circuit *circuit, RPOVisitor *visitor, Chunk *chunk, bool enableLog = false) in InstructionCombine() argument
H A Dpost_schedule.h29 PostSchedule(Circuit *circuit, bool enableLog, const std::string &name, Chunk *chunk, bool fastBarrier = false) in PostSchedule() argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.h25 explicit ValueSerializer(JSThread *thread, bool defaultTransfer = false, bool defaultCloneShared = false) in ValueSerializer() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_test.h52 void TestBuildGraphFromFile(const std::string &pfile_name, const Callback &cb, bool skip_try_catch = false) in TestBuildGraphFromFile() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dleb128_test.cpp111 static void TestDecodeUnsigned(const std::vector<TestData<uint64_t>> &data, bool is_partial = false) in TestDecodeUnsigned() argument
139 static void TestDecodeSigned(const std::vector<TestData<T>> &data, bool is_partial = false) in TestDecodeSigned() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpipeline.cpp124 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); in Run() local
143 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); in RunRegAllocAndCodeGenPass() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dleb128_test.cpp105 static void TestDecodeUnsigned(const std::vector<TestData<uint64_t>> &data, bool isPartial = false) in TestDecodeUnsigned() argument
133 static void TestDecodeSigned(const std::vector<TestData<T>> &data, bool isPartial = false) in TestDecodeSigned() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_initializer.cpp68 bool Wait([[maybe_unused]] bool ignoreInterruption = false) in Wait() argument
[all...]
/arkcompiler/runtime_core/static_core/verification/util/
H A Dsaturated_enum.h66 Enumerate(std::forward<Handler>(handler), false); in EnumerateValues() local
131 Enumerate(std::forward<Handler>(handler), false); in EnumerateValues() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DfunctionDeclaration.h26 explicit FunctionDeclaration(ArenaAllocator *allocator, ScriptFunction *func, bool isAnonymous = false) in FunctionDeclaration() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
H A Dcg_aarch64_aarch64_isa_test.cpp91 EXPECT_EQ(IsSub(insn_obj2), false); in TEST() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_proxy.h56 SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow = false) SetProperty() argument
H A Djs_typed_array.h69 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow = false) SetProperty() argument
/arkcompiler/ets_runtime/ecmascript/require/tests/
H A Djs_cjs_manager_test.cpp77 EXPECT_EQ(JSTaggedValue::SameValue(exportsVal, JSTaggedValue::Hole()), false); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
H A Dllvm_stackmap_parser.h50 LLVMStackMapParser(LLVMStackMapInfo &stackMapInfo, bool enableLog = false) in LLVMStackMapParser() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_checker.h44 GetGraph()->GetPassManager()->SetCheckMode(false); variable
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
H A Dvalidate-recipes21 use constant false => 0; constant
/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Darray.cpp27 AllocateArray(ark::BaseClass *arrayClass, size_t elemSize, ArraySizeT length, ark::SpaceType spaceType, bool pinned = false, const PandaVM *vm = Thread::GetCurrent()->GetVM()) AllocateArray() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dgc_log_test.cpp53 void SetupRuntime(const std::string &gcType, bool smallHeapAndYoungSpaces = false, in SetupRuntime() argument

Completed in 11 milliseconds

123456