| /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 | 221 f->SetMethod(method.get()); in TEST_F() 328 f->SetMethod(method.get()); in TEST_F() 386 f->SetMethod(method); in TEST_F() 416 f->SetMethod(method.get()); in TestUnimpelemented() 456 f->SetMethod(method.get()); in TEST_F() 495 f->SetMethod(method.get()); in TestFcmp() 550 f->SetMethod(method.get()); in TestConditionalJmp() 584 f->SetMethod(method.get()); in TestConditionalJmp() 626 f->SetMethod(method.get()); in TestConditionalJmpz() 659 f->SetMethod(method.get()); in TestConditionalJmpz() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | native_pointer_test.cpp | 70 jsFunction->SetMethod(thread, target.GetTaggedValue()); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 105 intrinsic->SetMethod(GetMethod()); in BuildLdObjByName() 176 intrinsic->SetMethod(GetMethod()); in BuildStObjByName()
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/ |
| D | publicapigeneratorobjectref_fuzzer.cpp | 46 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in GetGeneratorReceiverFuzzTest()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_peephole.cpp | 113 storeField->SetMethod(intrinsic->GetMethod()); in TryInsertFieldInst() 126 loadField->SetMethod(intrinsic->GetMethod()); in TryInsertFieldInst()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler_thread_pool_worker.cpp | 75 compilerCtx.SetMethod(ctx.GetMethod()); in InPlaceCompileMethod()
|
| D | osr.cpp | 122 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/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 37 inst->SetMethod(method); in BuildLoadFromPool()
|
| D | inst_builder.cpp | 270 inst->SetMethod(GetMethod()); in CreateSaveState()
|
| /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 | 44 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in CreateGeneratorObj()
|
| /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/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/compiler/tests/ |
| D | unit_test.cpp | 128 graph->SetMethod(method); in BuildGraph()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.h | 2035 void SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function 4021 auto SetMethod(void *method) in SetMethod() function 5083 clone->CastToLoadObject()->SetMethod(GetMethod()); in Clone() 5227 clone->CastToResolveObjectField()->SetMethod(GetMethod()); in Clone() 5275 clone->CastToLoadResolvedObjectField()->SetMethod(GetMethod()); in Clone() 5327 clone->CastToStoreObject()->SetMethod(GetMethod()); in Clone() 5389 clone->CastToStoreResolvedObjectField()->SetMethod(GetMethod()); in Clone() 5495 clone->CastToLoadStatic()->SetMethod(GetMethod()); in Clone() 5536 clone->CastToResolveObjectFieldStatic()->SetMethod(GetMethod()); in Clone() 5583 clone->CastToLoadResolvedObjectFieldStatic()->SetMethod(GetMethod()); in Clone() [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 123 replace->SetMethod(inst->GetMethod()); in LowerIf()
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | compilation_start.md | 36 task_ctx.SetMethod(method);
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 1395 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1720 function->SetMethod(thread_, method); in NewSFunctionByHClass() 1753 function->SetMethod(thread_, method); in NewJSFunctionByHClass() 1765 function->SetMethod(thread_, method); in NewJSFunctionByHClass() 1872 …bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction() 1887 function->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSIntlBoundFunction() 1909 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROXY_INVALIDATE_PROXY_FU… in NewJSProxyRevocFunction() 1928 awaitFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSAsyncAwaitStatusFunction() 1989 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext() 2308 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/static_core/runtime/include/ |
| D | cframe.h | 153 void SetMethod(Method *method) in SetMethod() function
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 1502 void SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function 2421 auto SetMethod(void *method) in SetMethod() function 2678 static_cast<LoadFromPool *>(clone)->SetMethod(GetMethod()); in Clone() 2709 void SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function 2754 clone->CastToIfImm()->SetMethod(GetMethod()); in Clone() 2761 void SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | escape.cpp | 1316 currSs->SetMethod(callerInst->GetCallMethod()); in MaterializeAtNewSaveState() 1320 currSs->SetMethod(graph_->GetMethod()); in MaterializeAtNewSaveState() 1344 currSs->SetMethod(callerInst->GetCallMethod()); in MaterializeInEmptyBlock() 1348 currSs->SetMethod(graph_->GetMethod()); in MaterializeInEmptyBlock()
|