Searched defs:methodHandle (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 255 …JSHandle<Method> methodHandle(hostThread_, Method::Cast(jsFunction_->GetMethod().GetTaggedObject()… in InstallCode() local 318 JSHandle<Method> &methodHandle) in InstallCodeByCompilerTier()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| D | js_debugger_test.cpp | 115 JSHandle<Method> methodHandle; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 348 JSHandle<JSTaggedValue> methodHandle(thread, func->GetMethod()); in FunctionPrototypeToString() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 981 JSHandle<JSFunction> ObjectFactory::NewJSSendableFunction(const JSHandle<Method> &methodHandle) in NewJSSendableFunction()
|
| D | object_factory.cpp | 5190 JSHandle<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<Method> &methodHandle) in NewJSFunction() 5229 JSHandle<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<Method> &methodHandle, in NewJSFunction()
|
| D | js_object.cpp | 127 JSHandle<JSTaggedValue> methodHandle(thread, method); in IterableToList() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 987 JSHandle<Method> methodHandle(thread, method); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 3528 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallarrowrangePrefImm16V8() local 3671 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideSupercallthisrangePrefImm16V8() local 3867 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleWideNewobjrangePrefImm16V8() local 7022 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallarrowrangeImm8Imm8V8() local 7166 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleSupercallthisrangeImm8Imm8V8() local 7340 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm16Imm8V8() local 7483 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in HandleNewobjrangeImm8Imm8V8() local
|
| D | slow_runtime_stub.cpp | 1020 JSHandle<Method> methodHandle(thread, method); in DefineMethod() local
|
| D | interpreter-inl.cpp | 1029 JSMutableHandle<Method> methodHandle(thread, JSTaggedValue::Undefined()); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2459 …ggedValue RuntimeStubs::RuntimeDefineMethod(JSThread *thread, const JSHandle<Method> &methodHandle, in RuntimeDefineMethod()
|