Searched full:setmethod (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | native_pointer_test.cpp | 70 jsFunction->SetMethod(thread, target.GetTaggedValue()); in HWTEST_F_L0()
|
| /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()
|
| D | inst_templates.yaml | 90 inst_jump->SetMethod(graph_->GetMethod());
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.cpp | 128 graph->SetMethod(method); in BuildGraph()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 1288 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 …]
|
| D | js_function.cpp | 41 func->SetMethod(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeJSFunction()
|
| D | js_serializer.cpp | 1365 func->SetMethod(thread_, method); in ReadJSFunction()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 123 replace->SetMethod(inst->GetMethod()); in LowerIf()
|
| /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
|
| D | inst.cpp | 313 static_cast<IfInst *>(clone)->SetMethod(GetMethod()); in Clone()
|
| D | graph.h | 813 auto SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 1337 generatorContext->SetMethod(thread_, generatorFunc.GetTaggedValue()); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2307 context->SetMethod(thread, function.GetTaggedValue()); in SaveFrameToContext()
|