| /arkcompiler/ets_runtime/test/fuzztest/jsnapiisstringiterator_fuzzer/ |
| H A D | jsnapiisstringiterator_fuzzer.cpp | 37 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, value, (int)size); in JSNApiIsStringIterator_FuzzTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | lse.h | 93 Inst *origin; // The instruction the value comes from member
|
| H A D | lse.cpp | 882 GetEliminationCode(Inst *inst, Inst *origin) GetEliminationCode() argument 993 Inst *origin = elim.second.origin; DeleteInstructions() local 1012 ssb_.SearchAndCreateMissingObjInSaveState(GetGraph(), origin, inst); DeleteInstructions() local [all...] |
| /arkcompiler/runtime_core/static_core/verification/value/ |
| H A D | abstract_typed_value.h | 52 AbstractTypedValue(Type type, AbstractValue value, ValueOrigin origin) in AbstractTypedValue() argument
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| H A D | reg_context.h | 92 const auto &origin = (*it).GetOrigin(); in ChangeValuesOfSameOrigin() local
|
| /arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/ |
| H A D | arraylist_fuzzer.cpp | 956 Local<ObjectRef> origin = ObjectRef::New(vm); in JSValueRefInstanceOfValueFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_trigger.cpp | 320 SchedGCOnNthAllocTrigger::SchedGCOnNthAllocTrigger(GCTrigger *origin) : origin_(origin) {} in SchedGCOnNthAllocTrigger() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | early_elimination.cpp | 149 auto origin = acc_.GetValueIn(gate, i); in TryEliminateGate() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_operator.cpp | 607 PropertyAttributes origin = dict->GetAttributes(index); in TransitionForAttributeChanged() local 627 PropertyAttributes origin = dict->GetAttributes(index); in TransitionForAttributeChanged() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| H A D | debug_interface.h | 184 std::string origin; member
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_first_tests.cpp | 259 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local 279 Local<ArrayRef> origin = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local 287 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local 1413 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local 1462 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); HWTEST_F_L0() local 1778 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); HWTEST_F_L0() local [all...] |
| H A D | ffi_workload.cpp | 653 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local 666 Local<NumberRef> origin = NumberRef::New(vm_, 1); in HWTEST_F_L0() local 679 Local<ObjectRef> origin = ObjectRef::New(vm_); in HWTEST_F_L0() local 8016 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "origin test"); in HWTEST_F_L0() local 8030 Local<StringRef> origin in HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | parserImpl.cpp | 97 ExpressionParseFlags ParserImpl::CarryExpressionParserFlag(ExpressionParseFlags origin, ExpressionParseFlags carry) in CarryExpressionParserFlag() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| H A D | encode.cpp | 295 handleError([[maybe_unused]] asmjit::Error err, [[maybe_unused]] const char *message, [[maybe_unused]] asmjit::BaseEmitter *origin) handleError() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 269 ExpressionParseFlags ParserImpl::CarryExpressionParserFlag(ExpressionParseFlags origin, ExpressionParseFlags carry) in CarryExpressionParserFlag() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 418 JSHandle<JSTaggedValue> origin = JSNApiHelper::ToJSHandle(this); in InstanceOf() local
|