Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dnative_pointer_test.cpp70 jsFunction->SetMethod(thread, target.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h37 inst->SetMethod(method); in BuildLoadFromPool()
Dinst_builder.cpp270 inst->SetMethod(GetMethod()); in CreateSaveState()
Dinst_templates.yaml90 inst_jump->SetMethod(graph_->GetMethod());
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp128 graph->SetMethod(method); in BuildGraph()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1288 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1574 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1586 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1679 …bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction()
1694 function->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSIntlBoundFunction()
1716 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROXY_INVALIDATE_PROXY_FU… in NewJSProxyRevocFunction()
1735 awaitFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSAsyncAwaitStatusFunction()
1796 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext()
2102 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy()
2819 reactionsFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in CreateJSPromiseReactionsFunction()
[all …]
Djs_function.cpp41 func->SetMethod(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeJSFunction()
Djs_serializer.cpp1365 func->SetMethod(thread_, method); in ReadJSFunction()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp123 replace->SetMethod(inst->GetMethod()); in LowerIf()
/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
Dinst.cpp313 static_cast<IfInst *>(clone)->SetMethod(GetMethod()); in Clone()
Dgraph.h813 auto SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1337 generatorContext->SetMethod(thread_, generatorFunc.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2307 context->SetMethod(thread, function.GetTaggedValue()); in SaveFrameToContext()