Home
last modified time | relevance | path

Searched defs:methodHandle (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp287 …JSHandle<Method> methodHandle(hostThread_, Method::Cast(jsFunction_->GetMethod(hostThread_).GetTag… in InstallCode() local
360 JSHandle<Method> &methodHandle) in InstallCodeByCompilerTier()
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Djs_debugger_test.cpp115 JSHandle<Method> methodHandle; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp348 JSHandle<JSTaggedValue> methodHandle(thread, func->GetMethod(thread)); in FunctionPrototypeToString() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp993 JSHandle<Method> methodHandle(thread, method); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp1117 JSHandle<JSFunction> ObjectFactory::NewJSSendableFunction(const JSHandle<Method> &methodHandle) in NewJSSendableFunction()
Dobject_factory.cpp5362 JSHandle<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<Method> &methodHandle) in NewJSFunction()
5401 JSHandle<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<Method> &methodHandle, in NewJSFunction()
Djs_object.cpp130 JSHandle<JSTaggedValue> methodHandle(thread, method); in IterableToList() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp3567 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallarrowrangePrefImm16V8() local
3710 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallthisrangePrefImm16V8() local
3906 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideNewobjrangePrefImm16V8() local
7079 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallarrowrangeImm8Imm8V8() local
7223 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallthisrangeImm8Imm8V8() local
7397 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm16Imm8V8() local
7540 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm8Imm8V8() local
Dslow_runtime_stub.cpp1020 JSHandle<Method> methodHandle(thread, method); in DefineMethod() local
Dinterpreter-inl.cpp1041 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3119 auto methodHandle = jitCompilationEnv->NewJSHandle(method); in OptimizeDefineFuncForJit() local
3319 JSHandle<JSTaggedValue> methodHandle = jitCompilationEnv->NewJSHandle(methodObj); in TryGetMethodHeapConstantIndex() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2604 …ggedValue RuntimeStubs::RuntimeDefineMethod(JSThread *thread, const JSHandle<Method> &methodHandle, in RuntimeDefineMethod()