Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/libabckit/src/templates/abckit_intrinsics/
Dinst_builder_abckit_intrinsics.inc.erb149 inst->SetMethod(method);
196 inst->SetMethod(method);
232 inst->SetMethod(method);
281 inst->SetMethod(method);
312 inst->SetMethod(method);
347 inst->SetMethod(method);
385 inst->SetMethod(method);
426 inst->SetMethod(method);
468 // inst->SetMethod(method);
/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.cpp223 f->SetMethod(method.get()); in TEST_F()
330 f->SetMethod(method.get()); in TEST_F()
388 f->SetMethod(method); in TEST_F()
418 f->SetMethod(method.get()); in TestUnimpelemented()
458 f->SetMethod(method.get()); in TEST_F()
497 f->SetMethod(method.get()); in TestFcmp()
548 f->SetMethod(method.get()); in TestOneLabelJmp()
585 f->SetMethod(method.get()); in TestTwoLabelsJmp()
631 f->SetMethod(method.get()); in TestOneLabelJmpz()
666 f->SetMethod(method.get()); in TestTwoLabelsJmpz()
[all …]
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dabckit_inst_builder-inl.h128 static_cast<LoadFromPool *>(inst)->SetMethod(method); in AbcKitBuildLoadFromPool()
133 inst->CastToLoadFromConstantPool()->SetMethod(method); in AbcKitBuildLoadFromPool()
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dinst_builder_dyn-inl.h39 inst->SetMethod(method); in BuildAbcKitLoadStringIntrinsic()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp144 graph->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in GenerateGraph()
258 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateReturnInlined()
277 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateCall()
349 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateStoreStatic()
365 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateLoadStatic()
381 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateMonitor()
393 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateLoadType()
404 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateIsInstance()
427 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateNewArray()
445 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateNewObject()
[all …]
Dunit_test.cpp128 graph->SetMethod(method); in BuildGraph()
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dgenerate_operations_intrinsic_graph.inl.erb45 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD));
/arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/
Dpublicapigeneratorobjectref_fuzzer.cpp49 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in GetGeneratorReceiverFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.cpp75 compilerCtx.SetMethod(ctx.GetMethod()); in InPlaceCompileMethod()
/arkcompiler/runtime_core/static_core/compiler/
Dinplace_task_runner.h37 void SetMethod(Method *method) in SetMethod() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dnative_pointer_test.cpp46 jsFunction->SetMethod(thread, target.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.h34 void SetMethod(GateRef glue, GateRef proxy, GateRef method) in SetMethod() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h37 inst->SetMethod(method); in BuildLoadFromPool()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dtest_frame.h43 void SetMethod(Method *method) in SetMethod() function
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp118 intrinsic->SetMethod(GetMethod()); in BuildLdObjByName()
216 intrinsic->SetMethod(GetMethod()); in BuildStObjByName()
/arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/
Dgeneratorfunctionref_fuzzer.cpp45 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in CreateGeneratorObj()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h1938 void SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function
3854 auto SetMethod(void *method) in SetMethod() function
4818 clone->CastToLoadObject()->SetMethod(GetMethod()); in Clone()
4930 clone->CastToResolveObjectField()->SetMethod(GetMethod()); in Clone()
4973 clone->CastToLoadResolvedObjectField()->SetMethod(GetMethod()); in Clone()
5020 clone->CastToStoreObject()->SetMethod(GetMethod()); in Clone()
5076 clone->CastToStoreResolvedObjectField()->SetMethod(GetMethod()); in Clone()
5173 clone->CastToLoadStatic()->SetMethod(GetMethod()); in Clone()
5202 clone->CastToResolveObjectFieldStatic()->SetMethod(GetMethod()); in Clone()
5253 clone->CastToLoadResolvedObjectFieldStatic()->SetMethod(GetMethod()); in Clone()
[all …]
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompilation_start.md36 task_ctx.SetMethod(method);
/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/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/ets_runtime/ecmascript/
Dobject_factory.cpp1698 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
2064 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
2158 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewNativeFunctionByHClass()
2171 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewJSFunctionByHClass()
2184 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewJSFunctionByHClassWithoutAccessor()
2307 bundleFunction->SetMethod(thread_, method); in NewJSBoundFunction()
2324 function->SetMethod(thread_, method); in NewJSIntlBoundFunction()
2348 function->SetMethod(thread_, method); in NewJSProxyRevocFunction()
2369 awaitFunction->SetMethod(thread_, method); in NewJSAsyncAwaitStatusFunction()
2431 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext()
[all …]
Dshared_object_factory.cpp251 function->SetMethod(thread_, method); in NewSFunctionByHClass()
271 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewNativeSFunctionByHClass()
299 function->SetMethod(thread_, method); in NewSFunctionByHClass()
301 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewSFunctionByHClass()
523 functionTemplate->SetMethod(thread_, method); in NewSFunctionTemplate()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dslow_path.h189 void SetMethod(void *method) in SetMethod() function

12