Home
last modified time | relevance | path

Searched full:setmethod (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dinterpreter_test.cpp216 f->SetMethod(method.get()); in TEST_F()
323 f->SetMethod(method.get()); in TEST_F()
381 f->SetMethod(method); in TEST_F()
411 f->SetMethod(method.get()); in TestUnimpelemented()
451 f->SetMethod(method.get()); in TEST_F()
490 f->SetMethod(method.get()); in TestFcmp()
545 f->SetMethod(method.get()); in TestConditionalJmp()
579 f->SetMethod(method.get()); in TestConditionalJmp()
618 f->SetMethod(method.get()); in TestConditionalJmpz()
651 f->SetMethod(method.get()); in TestConditionalJmpz()
[all …]
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dtest_method.cpp30 frame.SetMethod(method_); in Call()
Dtest_frame.h77 void SetMethod(Method *method) in SetMethod() function
Dbreakpoint_test.cpp58 mainFrame_.SetMethod(klass->GetDirectMethod(utf::CStringAsMutf8("main"))); in SetUpSourceFiles()
/arkcompiler/ets_runtime/ecmascript/tests/
Dnative_pointer_test.cpp70 jsFunction->SetMethod(thread, target.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1706 void SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function
3200 auto SetMethod(void *method) in SetMethod() function
4075 clone->CastToLoadObject()->SetMethod(GetMethod()); in Clone()
4166 clone->CastToUnresolvedLoadObject()->SetMethod(GetMethod()); in Clone()
4207 clone->CastToStoreObject()->SetMethod(GetMethod()); in Clone()
4252 clone->CastToUnresolvedStoreObject()->SetMethod(GetMethod()); in Clone()
4331 clone->CastToLoadStatic()->SetMethod(GetMethod()); in Clone()
4371 clone->CastToUnresolvedLoadStatic()->SetMethod(GetMethod()); in Clone()
4414 clone->CastToStoreStatic()->SetMethod(GetMethod()); in Clone()
4459 clone->CastToUnresolvedStoreStatic()->SetMethod(GetMethod()); in Clone()
[all …]
Dgraph.h856 auto SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1258 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1544 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1556 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1626 …bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction()
1641 function->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSIntlBoundFunction()
1662 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROXY_INVALIDATE_PROXY_FU… in NewJSProxyRevocFunction()
1680 awaitFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSAsyncAwaitStatusFunction()
1739 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext()
2038 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy()
2809 reactionsFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in CreateJSPromiseReactionsFunction()
[all …]
Djs_function.cpp41 func->SetMethod(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeJSFunction()
Djs_serializer.cpp1375 func->SetMethod(thread_, method); in ReadJSFunction()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h64 inst->SetMethod(method); in BuildLoadFromPool()
Dinst_templates.yaml90 inst_jump->SetMethod(graph_->GetMethod());
Dinst_builder.cpp291 inst->SetMethod(GetMethod()); in CreateSaveState()
/arkcompiler/runtime_core/runtime/interpreter/
Dframe.h160 ALWAYS_INLINE inline void SetMethod(Method *method) in SetMethod() function
432 ALWAYS_INLINE inline void SetMethod(Method *method) in SetMethod() function
434 frame_->SetMethod(method); in SetMethod()
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp128 graph->SetMethod(method); in BuildGraph()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dslow_path.h173 void SetMethod(void *method) in SetMethod() function
Dcodegen.cpp3382 slow_path->SetMethod(method); in VisitLoadString()
/arkcompiler/runtime_core/runtime/
Dosr.cpp110 cframe.SetMethod(iframe->GetMethod()); in PrepareOsrEntry()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp144 replace->SetMethod(inst->GetMethod()); in LowerIf()
/arkcompiler/runtime_core/runtime/include/
Dcframe.h153 void SetMethod(Method *method) in SetMethod() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2121 context->SetMethod(thread, frameHandler.GetFunction()); in SaveFrameToContext()