Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp47 …JSHandle<Method> methodHandle(vm_->GetJSThread(), Method::Cast(jsFunction_->GetMethod().GetTaggedO… in InstallCode() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp327 JSHandle<JSTaggedValue> methodHandle(thread, func->GetMethod()); in FunctionPrototypeToString() local
331 JSHandle<JSTaggedValue> methodHandle(thread, func->GetMethod()); in FunctionPrototypeToString() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1029 JSHandle<Method> methodHandle(thread, method); in DefineMethod() local
1088 JSHandle<Method> methodHandle(thread, method); in NotifyInlineCache() local
Dinterpreter_assembly.cpp3478 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallarrowrangePrefImm16V8() local
3621 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallthisrangePrefImm16V8() local
3817 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideNewobjrangePrefImm16V8() local
6793 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallarrowrangeImm8Imm8V8() local
6937 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallthisrangeImm8Imm8V8() local
7111 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm16Imm8V8() local
7254 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm8Imm8V8() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4627 JSHandle<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<Method> &methodHandle) in NewJSFunction()
4665 JSHandle<JSFunction> ObjectFactory::NewSFunction(const JSHandle<Method> &methodHandle, in NewSFunction()
4677 JSHandle<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<Method> &methodHandle, in NewJSFunction()
Djs_object.cpp124 JSHandle<JSTaggedValue> methodHandle(thread, method); in IterableToList() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2237 …ggedValue RuntimeStubs::RuntimeDefineMethod(JSThread *thread, const JSHandle<Method> &methodHandle, in RuntimeDefineMethod()