Home
last modified time | relevance | path

Searched refs:SetMethod (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/
Ddangling_pointers_checker_test.cpp55 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/
Dinterpreter_test.cpp221 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/
Dnative_pointer_test.cpp70 jsFunction->SetMethod(thread, target.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp105 intrinsic->SetMethod(GetMethod()); in BuildLdObjByName()
176 intrinsic->SetMethod(GetMethod()); in BuildStObjByName()
/arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/
Dpublicapigeneratorobjectref_fuzzer.cpp46 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in GetGeneratorReceiverFuzzTest()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp113 storeField->SetMethod(intrinsic->GetMethod()); in TryInsertFieldInst()
126 loadField->SetMethod(intrinsic->GetMethod()); in TryInsertFieldInst()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.cpp75 compilerCtx.SetMethod(ctx.GetMethod()); in InPlaceCompileMethod()
Dosr.cpp122 cframe.SetMethod(iframe->GetMethod()); in PrepareOsrEntry()
/arkcompiler/runtime_core/static_core/compiler/
Dinplace_task_runner.h37 void SetMethod(Method *method) in SetMethod() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h37 inst->SetMethod(method); in BuildLoadFromPool()
Dinst_builder.cpp270 inst->SetMethod(GetMethod()); in CreateSaveState()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dtest_frame.h43 void SetMethod(Method *method) in SetMethod() function
/arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/
Dgeneratorfunctionref_fuzzer.cpp44 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in CreateGeneratorObj()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dframe.h160 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/
Dconst_array_resolver.cpp260 newInst->SetMethod(method); in InsertLoadConstArrayInsts()
267 saveState->SetMethod(method); in InsertLoadConstArrayInsts()
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp128 graph->SetMethod(method); in BuildGraph()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.cpp128 graph->SetMethod(method); in BuildGraph()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h2035 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/
Dlowering.cpp123 replace->SetMethod(inst->GetMethod()); in LowerIf()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompilation_start.md36 task_ctx.SetMethod(method);
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1395 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/
Dslow_path.h189 void SetMethod(void *method) in SetMethod() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe.h153 void SetMethod(Method *method) in SetMethod() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1502 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/
Descape.cpp1316 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()

12