Home
last modified time | relevance | path

Searched refs:CreateClassWithBuffer (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h167 static JSTaggedValue CreateClassWithBuffer(JSThread *thread, JSTaggedValue base,
Dslow_runtime_stub.cpp1116 JSTaggedValue SlowRuntimeStub::CreateClassWithBuffer(JSThread *thread, JSTaggedValue base, in CreateClassWithBuffer() function in panda::ecmascript::SlowRuntimeStub
Dinterpreter-inl.h5003 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in RunInternal()
5025 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in RunInternal()
5047 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, lexenv, GetConstantPool(sp), in RunInternal()
Dinterpreter_assembly.cpp4540 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, lexenv, GetConstantPool(sp), in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8()
5902 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in HandleDefineclasswithbufferImm16Id16Id16Imm16V8()
5928 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in HandleDefineclasswithbufferImm8Id16Id16Imm16V8()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h240 V(CreateClassWithBuffer) \
Druntime_stubs.cpp1338 DEF_RUNTIME_STUBS(CreateClassWithBuffer) in DEF_RUNTIME_STUBS() argument
1340 RUNTIME_STUBS_HEADER(CreateClassWithBuffer); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3695 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER()
3728 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER()
3763 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp2362 result = LowerCallRuntime(gate, RTSTUB_ID(CreateClassWithBuffer), args, true); in LowerDefineClassWithBuffer()