| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/ |
| D | dangling_pointers_checker_test.cpp | 55 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 101 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 151 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 198 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 246 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 295 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 345 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 393 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 440 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 505 GetGraph()->SetMethod(&relocationHandler); in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 222 f->SetMethod(method.get()); in TEST_F() 329 f->SetMethod(method.get()); in TEST_F() 387 f->SetMethod(method); in TEST_F() 417 f->SetMethod(method.get()); in TestUnimpelemented() 457 f->SetMethod(method.get()); in TEST_F() 496 f->SetMethod(method.get()); in TestFcmp() 547 f->SetMethod(method.get()); in TestOneLabelJmp() 584 f->SetMethod(method.get()); in TestTwoLabelsJmp() 630 f->SetMethod(method.get()); in TestOneLabelJmpz() 665 f->SetMethod(method.get()); in TestTwoLabelsJmpz() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | native_pointer_test.cpp | 46 jsFunction->SetMethod(thread, target.GetTaggedValue()); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 143 graph->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in GenerateGraph() 257 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateReturnInlined() 276 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateCall() 348 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateStoreStatic() 364 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateLoadStatic() 380 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateMonitor() 392 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateLoadType() 403 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateIsInstance() 426 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateNewArray() 444 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateNewObject() [all …]
|
| D | unit_test.cpp | 128 graph->SetMethod(method); in BuildGraph()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | generate_operations_intrinsic_graph.inl.erb | 45 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD));
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/ |
| D | publicapigeneratorobjectref_fuzzer.cpp | 49 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in GetGeneratorReceiverFuzzTest()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 110 intrinsic->SetMethod(GetMethod()); in BuildLdObjByName() 186 intrinsic->SetMethod(GetMethod()); in BuildStObjByName()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler_thread_pool_worker.cpp | 75 compilerCtx.SetMethod(ctx.GetMethod()); in InPlaceCompileMethod()
|
| D | osr.cpp | 141 cframe.SetMethod(iframe->GetMethod()); in PrepareOsrEntry()
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | inplace_task_runner.h | 37 void SetMethod(Method *method) in SetMethod() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.h | 34 void SetMethod(GateRef glue, GateRef proxy, GateRef method) in SetMethod() function
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 37 inst->SetMethod(method); in BuildLoadFromPool()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | test_frame.h | 43 void SetMethod(Method *method) in SetMethod() function
|
| /arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/ |
| D | generatorfunctionref_fuzzer.cpp | 45 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in CreateGeneratorObj()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.h | 1928 void SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function 3840 auto SetMethod(void *method) in SetMethod() function 4801 clone->CastToLoadObject()->SetMethod(GetMethod()); in Clone() 4913 clone->CastToResolveObjectField()->SetMethod(GetMethod()); in Clone() 4955 clone->CastToLoadResolvedObjectField()->SetMethod(GetMethod()); in Clone() 5002 clone->CastToStoreObject()->SetMethod(GetMethod()); in Clone() 5057 clone->CastToStoreResolvedObjectField()->SetMethod(GetMethod()); in Clone() 5152 clone->CastToLoadStatic()->SetMethod(GetMethod()); in Clone() 5189 clone->CastToResolveObjectFieldStatic()->SetMethod(GetMethod()); in Clone() 5231 clone->CastToLoadResolvedObjectFieldStatic()->SetMethod(GetMethod()); in Clone() [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | compilation_start.md | 36 task_ctx.SetMethod(method);
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | const_array_resolver.cpp | 260 newInst->SetMethod(method); in InsertLoadConstArrayInsts() 267 saveState->SetMethod(method); in InsertLoadConstArrayInsts()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.cpp | 128 graph->SetMethod(method); in BuildGraph()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | frame.h | 160 ALWAYS_INLINE inline void SetMethod(Method *method) in SetMethod() function 447 ALWAYS_INLINE inline void SetMethod(Method *method) in SetMethod() function 449 frame_->SetMethod(method); in SetMethod()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 1629 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1974 function->SetMethod(thread_, method); in NewJSFunctionByHClass() 1993 function->SetMethod(thread_, method); in NewJSFunctionByHClass() 2006 function->SetMethod(thread_, method); in NewJSFunctionByHClassWithoutAccessor() 2116 …bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction() 2131 function->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSIntlBoundFunction() 2153 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROXY_INVALIDATE_PROXY_FU… in NewJSProxyRevocFunction() 2172 awaitFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSAsyncAwaitStatusFunction() 2233 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext() 2545 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy() [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | slow_path.h | 189 void SetMethod(void *method) in SetMethod() function
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 121 replace->SetMethod(inst->GetMethod()); in LowerIf()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_peephole.cpp | 122 storeField->SetMethod(intrinsic->GetMethod()); in TryInsertFieldInst() 136 loadField->SetMethod(intrinsic->GetMethod()); in TryInsertFieldInst()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | cframe.h | 153 void SetMethod(Method *method) in SetMethod() function
|