Searched refs:CreateClassWithBuffer (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 164 static JSTaggedValue CreateClassWithBuffer(JSThread *thread, JSTaggedValue base,
|
| D | slow_runtime_stub.cpp | 1098 JSTaggedValue SlowRuntimeStub::CreateClassWithBuffer(JSThread *thread, JSTaggedValue base, in CreateClassWithBuffer() function in panda::ecmascript::SlowRuntimeStub
|
| D | interpreter-inl.h | 4913 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in RunInternal() 4941 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in RunInternal() 4970 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, lexenv, GetConstantPool(sp), in RunInternal()
|
| D | interpreter_assembly.cpp | 4503 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, lexenv, GetConstantPool(sp), in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8() 5868 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in HandleDefineclasswithbufferImm16Id16Id16Imm16V8() 5903 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in HandleDefineclasswithbufferImm8Id16Id16Imm16V8()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 198 V(CreateClassWithBuffer) \
|
| D | runtime_stubs.cpp | 953 DEF_RUNTIME_STUBS(CreateClassWithBuffer) in DEF_RUNTIME_STUBS() argument 955 RUNTIME_STUBS_HEADER(CreateClassWithBuffer); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 3443 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER() 3478 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER() 3515 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER()
|
| D | slowpath_lowering.cpp | 2430 result = LowerCallRuntime(gate, RTSTUB_ID(CreateClassWithBuffer), args, true); in LowerDefineClassWithBuffer()
|